Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ tasks.withType(SpotBugsTask){task ->
}

android {
compileSdk = 35
compileSdk = 36

buildTypes {
debug {
Expand All @@ -139,7 +139,7 @@ android {

defaultConfig {
minSdkVersion 21
targetSdkVersion 35
targetSdkVersion 36

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArgument "TEST_SERVER_URL", "${NC_TEST_SERVER_BASEURL}"
Expand Down
4 changes: 2 additions & 2 deletions sample_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

android {
compileSdk = 35
compileSdk = 36

lintOptions {
abortOnError = false
Expand All @@ -42,7 +42,7 @@ android {

defaultConfig {
minSdkVersion 21
targetSdkVersion 35
targetSdkVersion 36

multiDexEnabled = true

Expand Down
Loading