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 +}