Skip to content

Commit

Permalink
Merge pull request #747 from nextcloud/backport/719/stable-2.8
Browse files Browse the repository at this point in the history
[stable-2.8] Bump targetSDK to 30
  • Loading branch information
AlvaroBrey authored Nov 4, 2021
2 parents 786a625 + 73a8bf5 commit c819e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spotbugs {
}

android {
compileSdkVersion 29
compileSdkVersion 30

sourceSets {
androidTest.java.srcDirs += 'src/androidTest/kotlin'
Expand All @@ -131,7 +131,7 @@ android {

defaultConfig {
minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 30

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArgument "TEST_SERVER_URL", "${NC_TEST_SERVER_BASEURL}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/analysis/lint-results.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DO NOT TOUCH; GENERATED BY DRONE
<span class="mdl-layout-title">Lint Report: 2 warnings</span>
<span class="mdl-layout-title">Lint Report: 1 warning</span>

0 comments on commit c819e0c

Please sign in to comment.