From 5b89bd30a30d095f6cfee5614acdabcd346b4962 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Mon, 8 Sep 2025 09:38:33 +0200 Subject: [PATCH] bump to sdk36 Signed-off-by: tobiasKaminsky --- core/build.gradle | 4 ++-- sample/build.gradle | 4 ++-- ui/build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index 35b9dfb7..0e36287b 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -12,11 +12,11 @@ plugins { } android { - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 21 - targetSdk 35 + targetSdk 36 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/sample/build.gradle b/sample/build.gradle index 14b9e0e0..9e274dc2 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -12,12 +12,12 @@ plugins { android { namespace 'com.nextcloud.android.common.sample' - compileSdk 35 + compileSdk 36 defaultConfig { applicationId "com.nextcloud.android.common.sample" minSdk 26 - targetSdk 35 + targetSdk 36 versionCode 1 versionName "1.0" diff --git a/ui/build.gradle b/ui/build.gradle index 70cdcac3..a3255a4a 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -15,9 +15,9 @@ plugins { android { defaultConfig { - compileSdk 35 + compileSdk 36 minSdk 21 - targetSdk 35 + targetSdk 36 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }