File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ plugins {
1212}
1313
1414android {
15- compileSdk 35
15+ compileSdk 36
1616
1717 defaultConfig {
1818 minSdk 21
19- targetSdk 35
19+ targetSdk 36
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 35
15+ compileSdk 36
1616
1717 defaultConfig {
1818 applicationId " com.nextcloud.android.common.sample"
1919 minSdk 26
20- targetSdk 35
20+ targetSdk 36
2121 versionCode 1
2222 versionName " 1.0"
2323
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ plugins {
1515
1616android {
1717 defaultConfig {
18- compileSdk 35
18+ compileSdk 36
1919 minSdk 21
20- targetSdk 35
20+ targetSdk 36
2121
2222 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2323 }
You can’t perform that action at this time.
0 commit comments