File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ tasks.withType(SpotBugsTask){task ->
121121}
122122
123123android {
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} "
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727}
2828
2929android {
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
You can’t perform that action at this time.
0 commit comments