Skip to content

Commit

Permalink
0.20.23-ALPHA:
Browse files Browse the repository at this point in the history
- DefaultRetrofitBuilderSupplier is not final anymore
  • Loading branch information
s.tikhomirov committed Jan 31, 2022
1 parent f246977 commit 0f2ad3f
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 0f2ad3f

Please sign in to comment.