Skip to content

Commit

Permalink
Merge pull request #1003 from nextcloud/chore/sdk-32
Browse files Browse the repository at this point in the history
Bump targetSdkVersion to 32
  • Loading branch information
AlvaroBrey authored Nov 24, 2022
2 parents b106f71 + 8b9fb80 commit 796d949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ android {

defaultConfig {
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 32

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArgument "TEST_SERVER_URL", "${NC_TEST_SERVER_BASEURL}"
Expand Down

0 comments on commit 796d949

Please sign in to comment.