File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ plugins {
1212}
1313
1414android {
15- compileSdk 34
15+ compileSdk 35
1616
1717 defaultConfig {
1818 minSdk 21
19- targetSdk 34
19+ targetSdk 35
2020
2121 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2222 }
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ plugins {
1212
1313android {
1414 namespace ' com.nextcloud.android.common.sample'
15- compileSdk 34
15+ compileSdk 35
1616
1717 defaultConfig {
1818 applicationId " com.nextcloud.android.common.sample"
1919 minSdk 26
20- targetSdk 34
20+ targetSdk 35
2121 versionCode 1
2222 versionName " 1.0"
2323
@@ -53,4 +53,4 @@ dependencies {
5353 testImplementation ' junit:junit:4.13.2'
5454 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
5555 androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
56- }
56+ }
You can’t perform that action at this time.
0 commit comments