From 64148e62607e2b57b822bcd7506584d88ce79827 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Fri, 15 Nov 2024 07:18:34 +0100 Subject: [PATCH] bump to sdk35 Signed-off-by: tobiasKaminsky --- lib/build.gradle | 9 +++++---- sample/build.gradle | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 805b0312..b71ab58c 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -4,10 +4,11 @@ * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: GPL-3.0-or-later */ - -import com.github.spotbugs.snom.SpotBugsTask + + import com.github.spotbugs.snom.Confidence import com.github.spotbugs.snom.Effort +import com.github.spotbugs.snom.SpotBugsTask repositories { google() @@ -35,11 +36,11 @@ configurations { android { namespace 'com.nextcloud.android.sso' - compileSdk 34 + compileSdk 35 defaultConfig { minSdk 21 - targetSdk 34 + targetSdk 35 consumerProguardFiles 'consumer-proguard-rules.pro' } diff --git a/sample/build.gradle b/sample/build.gradle index af7b4916..d1d1aa4f 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -9,12 +9,12 @@ apply plugin: 'com.android.application' android { namespace 'com.nextcloud.android.sso.sample' - compileSdk 34 + compileSdk 35 defaultConfig { applicationId "com.nextcloud.android.sso.sample" minSdk 22 - targetSdk 34 + targetSdk 35 versionCode 1 versionName "1.0" @@ -49,4 +49,4 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' -} \ No newline at end of file +}