Skip to content

Commit

Permalink
Merge pull request #23 from imgly/android-upgrade-v7
Browse files Browse the repository at this point in the history
Android upgrade v7
  • Loading branch information
svendvd authored Jan 7, 2020
2 parents 63d6c07 + 53010ec commit 7fa05f3
Show file tree
Hide file tree
Showing 4 changed files with 922 additions and 99 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,20 @@ As the Android SDK links different modules depending on your configuration, we'r
buildscript {
repositories {
// ...
maven { url "https://artifactory.9elements.com/artifactory/imgly" }
maven { url 'https://artifactory.img.ly/artifactory/imgly' }
}
dependencies {
// ...
classpath 'ly.img.android.pesdk:plugin:6.2.7'
classpath 'ly.img.android.pesdk:plugin:7.0.10'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.3.61"
}
}
allprojects {
repositories {
// ...
maven { url "https://artifactory.9elements.com/artifactory/imgly" }
maven { url 'https://artifactory.img.ly/artifactory/imgly' }
}
// ...
}
Expand Down
Loading

0 comments on commit 7fa05f3

Please sign in to comment.