From 5b6f0006e701c32e4939459b41bac75aa206a5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20Na=CC=88hler?= Date: Tue, 7 Nov 2023 13:02:11 +0100 Subject: [PATCH] Check 10.8.0-RC.3 with KEPT --- app/build.gradle | 2 +- build.gradle | 3 ++- settings.gradle | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 93db336..ec8b828 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ imglyConfig { } android { - compileSdkVersion 32 + compileSdkVersion 33 namespace "com.imgly.test" defaultConfig { diff --git a/build.gradle b/build.gradle index 8af7d23..f6d59c6 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } diff --git a/settings.gradle b/settings.gradle index a6de50c..433574e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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"