Skip to content

Commit

Permalink
Merge pull request #22 from imagekit-developer/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
imagekitio authored Jul 10, 2022
2 parents e270701 + 8e6412f commit 4499424
Show file tree
Hide file tree
Showing 81 changed files with 7,997 additions and 3,898 deletions.
841 changes: 692 additions & 149 deletions README.md

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions build.gradle

This file was deleted.

14 changes: 12 additions & 2 deletions imagekit-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,27 @@ plugins {
}

group 'io.imagekit.sdk'
version '1.0.3'
version '2.0.0'

sourceCompatibility = 1.8

repositories {
mavenCentral()
}

test {
useJUnitPlatform()
}

dependencies {
compile fileTree(include: ['*.jar'], dir: '../libs')
compile 'commons-codec:commons-codec:1.13'
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
implementation 'com.google.code.gson:gson:2.7'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
compile group: 'com.squareup.okio', name: 'okio', version: '1.14.0'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
testCompile group: 'junit', name: 'junit', version: '4.12'
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.8.2")
testCompile "org.mockito:mockito-all:2.+"
testImplementation 'com.squareup.okhttp3:mockwebserver:3.10.0'
}
Loading

0 comments on commit 4499424

Please sign in to comment.