Skip to content

Commit

Permalink
Merge pull request #319 from TikhomirovSergey/master
Browse files Browse the repository at this point in the history
0.20.23-ALPHA:
  • Loading branch information
TikhomirovSergey authored Jan 31, 2022
2 parents e90ef24 + 0f2ad3f commit 7705327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
globalVersion = '0.20.22-ALPHA'
globalVersion = '0.20.23-ALPHA'
}

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import okhttp3.OkHttpClient;
import retrofit2.Retrofit;

public final class DefaultRetrofitBuilderSupplier extends RetrofitBuilderSupplier {
public class DefaultRetrofitBuilderSupplier extends RetrofitBuilderSupplier {

@Override
protected Retrofit.Builder prepareRetrofitBuilder() {
Expand Down

0 comments on commit 7705327

Please sign in to comment.