Skip to content

Commit

Permalink
Merge pull request #1575 from nextcloud/sdk35
Browse files Browse the repository at this point in the history
bump to sdk35
  • Loading branch information
AndyScherzinger authored Nov 14, 2024
2 parents 9aaa418 + 3c7e1fe commit 37e3744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 34
compileSdk 35

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

defaultConfig {
minSdkVersion 14
targetSdkVersion 34
targetSdkVersion 35

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 34
compileSdk 35

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

defaultConfig {
minSdkVersion 14
targetSdkVersion 34
targetSdkVersion 35

multiDexEnabled true

Expand Down

0 comments on commit 37e3744

Please sign in to comment.