Skip to content

Commit 16cf950

Browse files
Merge pull request #791 from nextcloud/build/upgrade-android-sdk-36
upgrade android sdk 36
2 parents 45ea4ab + 2e3a459 commit 16cf950

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

core/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ plugins {
1212
}
1313

1414
android {
15-
compileSdk 35
16-
1715
defaultConfig {
18-
minSdk 21
19-
targetSdk 35
16+
minSdk = 21
17+
compileSdk = 36
18+
targetSdk = 36
2019

2120
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2221
}

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ plugins {
1212

1313
android {
1414
namespace 'com.nextcloud.android.common.sample'
15-
compileSdk 35
1615

1716
defaultConfig {
1817
applicationId "com.nextcloud.android.common.sample"
19-
minSdk 26
20-
targetSdk 35
18+
minSdk = 26
19+
compileSdk = 36
20+
targetSdk = 36
2121
versionCode 1
2222
versionName "1.0"
2323

ui/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ plugins {
1515

1616
android {
1717
defaultConfig {
18-
compileSdk 35
19-
minSdk 21
20-
targetSdk 35
18+
minSdk = 21
19+
compileSdk = 36
20+
targetSdk = 36
2121

2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
}

0 commit comments

Comments
 (0)