Up targetSdk for Google Play

This commit is contained in:
Sylvia van Os
2019-12-27 17:14:07 +01:00
parent ed048e6424
commit c5c2f702d0

View File

@@ -7,12 +7,12 @@ findbugs {
}
android {
compileSdkVersion 27
compileSdkVersion 28
defaultConfig {
applicationId "protect.card_locker"
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 28
versionCode 35
versionName "0.25.4"
}