Skip to content

Commit ddd8617

Browse files
authored
Merge pull request #13 from KhushbooMer/update-readme-for-hreader-response
Update readme for hreader response
2 parents e270701 + a06b603 commit ddd8617

File tree

81 files changed

+7917
-3804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+7917
-3804
lines changed

README.md

Lines changed: 633 additions & 53 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 0 additions & 24 deletions
This file was deleted.

imagekit-sdk/build.gradle

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,27 @@ plugins {
44
}
55

66
group 'io.imagekit.sdk'
7-
version '1.0.3'
7+
version '2.0.0'
88

99
sourceCompatibility = 1.8
1010

1111
repositories {
1212
mavenCentral()
1313
}
1414

15+
test {
16+
useJUnitPlatform()
17+
}
18+
1519
dependencies {
16-
compile fileTree(include: ['*.jar'], dir: '../libs')
20+
compile 'commons-codec:commons-codec:1.13'
21+
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
22+
implementation 'com.google.code.gson:gson:2.7'
23+
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
24+
compile group: 'com.squareup.okio', name: 'okio', version: '1.14.0'
25+
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
1726
testCompile group: 'junit', name: 'junit', version: '4.12'
27+
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.8.2")
1828
testCompile "org.mockito:mockito-all:2.+"
1929
testImplementation 'com.squareup.okhttp3:mockwebserver:3.10.0'
2030
}

0 commit comments

Comments
 (0)