diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6e3ed712..50fb1018 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Mar 10 15:14:55 CET 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/lib/build.gradle b/lib/build.gradle index b0005788..59b53a99 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -27,10 +27,10 @@ configurations { android { namespace 'com.nextcloud.android.sso' - compileSdkVersion 31 + compileSdk 34 defaultConfig { minSdkVersion 21 - targetSdkVersion 31 + targetSdkVersion 34 consumerProguardFiles 'consumer-proguard-rules.pro' } diff --git a/sample/build.gradle b/sample/build.gradle index 4b93b62c..232ce7a3 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -3,13 +3,12 @@ apply plugin: 'com.android.application' android { namespace 'com.nextcloud.android.sso.sample' - compileSdkVersion 33 - buildToolsVersion "32.0.0" + compileSdk 34 defaultConfig { applicationId "com.nextcloud.android.sso.sample" minSdkVersion 22 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" @@ -43,4 +42,4 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' -} \ No newline at end of file +}