Skip to content

Commit 5b89bd3

Browse files
bump to sdk36
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 641cd3d commit 5b89bd3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

core/build.gradle

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

1414
android {
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
}

sample/build.gradle

Lines changed: 2 additions & 2 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
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

ui/build.gradle

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

1616
android {
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
}

0 commit comments

Comments
 (0)