Skip to content

Commit ae238a5

Browse files
committed
removed extra retrofit dependencies and it's extra usages
1 parent fb3937a commit ae238a5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

imagekit-sdk/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ test {
1818

1919
dependencies {
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.+"

imagekit-sdk/src/main/java/io/imagekit/sdk/ImageKit.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import io.imagekit.sdk.tasks.Calculation;
1616
import io.imagekit.sdk.tasks.RestClient;
1717
import io.imagekit.sdk.tasks.UrlGen;
18-
import retrofit2.http.QueryMap;
1918

2019
import java.util.List;
2120
import java.util.Map;

0 commit comments

Comments
 (0)