From bdde785df180bca0f54d120a4310c96ba7c8a24e Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Tue, 12 Nov 2024 07:33:54 +0100 Subject: [PATCH] sdk35 Signed-off-by: tobiasKaminsky --- core/build.gradle | 4 ++-- sample/build.gradle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index d5aa7406..c0769150 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -12,11 +12,11 @@ plugins { } android { - compileSdk 34 + compileSdk 35 defaultConfig { minSdk 21 - targetSdk 34 + targetSdk 35 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/sample/build.gradle b/sample/build.gradle index 021f38f3..4a172922 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -12,12 +12,12 @@ plugins { android { namespace 'com.nextcloud.android.common.sample' - compileSdk 34 + compileSdk 35 defaultConfig { applicationId "com.nextcloud.android.common.sample" minSdk 26 - targetSdk 34 + targetSdk 35 versionCode 1 versionName "1.0" @@ -53,4 +53,4 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' -} \ No newline at end of file +}