Skip to content

Commit

Permalink
Check 10.8.0-RC.3 with KEPT
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Nähler committed Nov 7, 2023
1 parent ff85727 commit 5b6f000
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ imglyConfig {
}

android {
compileSdkVersion 32
compileSdkVersion 33
namespace "com.imgly.test"

defaultConfig {
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ buildscript {
google()
mavenCentral()
maven { url 'https://artifactory.img.ly/artifactory/imgly' }
maven { url 'https://artifactory.img.ly/artifactory/imgly_development' }
}
dependencies {
classpath "com.android.tools.build:gradle:$agpVersion"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'ly.img.android.pesdk:plugin:10.7.1'
classpath 'ly.img.android.pesdk:plugin:10.8.0-RC.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dependencyResolutionManagement {
google()
mavenCentral()
maven { url 'https://artifactory.img.ly/artifactory/imgly' }
maven { url 'https://artifactory.img.ly/artifactory/imgly_development' }
}
}
rootProject.name = "ImglyTest"
Expand Down

0 comments on commit 5b6f000

Please sign in to comment.