File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/main/java/io/imagekit/sdk Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,9 @@ test {
1818
1919dependencies {
2020 compile ' commons-codec:commons-codec:1.13'
21- implementation ' com.squareup.retrofit2:converter-gson:2.3.0'
2221 implementation ' com.google.code.gson:gson:2.7'
2322 implementation ' com.squareup.okhttp3:okhttp:3.10.0'
2423 compile group : ' com.squareup.okio' , name : ' okio' , version : ' 1.14.0'
25- implementation ' com.squareup.retrofit2:retrofit:2.4.0'
2624 testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
2725 testRuntimeOnly(" org.junit.vintage:junit-vintage-engine:5.8.2" )
2826 testCompile " org.mockito:mockito-all:2.+"
Original file line number Diff line number Diff line change 1515import io .imagekit .sdk .tasks .Calculation ;
1616import io .imagekit .sdk .tasks .RestClient ;
1717import io .imagekit .sdk .tasks .UrlGen ;
18- import retrofit2 .http .QueryMap ;
1918
2019import java .util .List ;
2120import java .util .Map ;
You can’t perform that action at this time.
0 commit comments