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 {
18
18
19
19
dependencies {
20
20
compile ' commons-codec:commons-codec:1.13'
21
- implementation ' com.squareup.retrofit2:converter-gson:2.3.0'
22
21
implementation ' com.google.code.gson:gson:2.7'
23
22
implementation ' com.squareup.okhttp3:okhttp:3.10.0'
24
23
compile group : ' com.squareup.okio' , name : ' okio' , version : ' 1.14.0'
25
- implementation ' com.squareup.retrofit2:retrofit:2.4.0'
26
24
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
27
25
testRuntimeOnly(" org.junit.vintage:junit-vintage-engine:5.8.2" )
28
26
testCompile " org.mockito:mockito-all:2.+"
Original file line number Diff line number Diff line change 15
15
import io .imagekit .sdk .tasks .Calculation ;
16
16
import io .imagekit .sdk .tasks .RestClient ;
17
17
import io .imagekit .sdk .tasks .UrlGen ;
18
- import retrofit2 .http .QueryMap ;
19
18
20
19
import java .util .List ;
21
20
import java .util .Map ;
You can’t perform that action at this time.
0 commit comments