Skip to content

Commit 9b7c943

Browse files
Merge pull request #1824 from nextcloud/sdk36
bump to SDK36
2 parents ceee83b + ebed823 commit 9b7c943

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tasks.withType(SpotBugsTask){task ->
121121
}
122122

123123
android {
124-
compileSdk = 35
124+
compileSdk = 36
125125

126126
buildTypes {
127127
debug {
@@ -139,7 +139,7 @@ android {
139139

140140
defaultConfig {
141141
minSdkVersion 21
142-
targetSdkVersion 35
142+
targetSdkVersion 36
143143

144144
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
145145
testInstrumentationRunnerArgument "TEST_SERVER_URL", "${NC_TEST_SERVER_BASEURL}"

sample_client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
android {
30-
compileSdk = 35
30+
compileSdk = 36
3131

3232
lintOptions {
3333
abortOnError = false
@@ -42,7 +42,7 @@ android {
4242

4343
defaultConfig {
4444
minSdkVersion 21
45-
targetSdkVersion 35
45+
targetSdkVersion 36
4646

4747
multiDexEnabled = true
4848

0 commit comments

Comments
 (0)