Skip to content

Commit ebed823

Browse files
tobiasKaminskyalperozturk96
authored andcommitted
bump to SDK36
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 8de3e16 commit ebed823

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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)