Up targetSdk to 29

This commit is contained in:
Sylvia van Os
2019-12-29 13:01:02 +01:00
parent 403c1fca33
commit 0bcb0a7ab8

View File

@@ -7,12 +7,12 @@ findbugs {
}
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "protect.card_locker"
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29
versionCode 35
versionName "0.25.4"
}
@@ -73,4 +73,4 @@ task findbugs(type: FindBugs, dependsOn: 'assembleDebug') {
xml.enabled = false
html.enabled = true
}
}
}