Min.-Api auf 19 verringert

master
Niko Diamadis 6 years ago
parent 54ac48d603
commit 722aa1acfa

@ -21,13 +21,16 @@ android {
defaultConfig {
applicationId "com.cyb3rko.techniklogger"
minSdkVersion 23
minSdkVersion 19
targetSdkVersion 29
versionCode 2
versionName "1.1.0"
}
buildTypes {
debug {
minifyEnabled true
}
release {
signingConfig signingConfigs.signingconf
minifyEnabled true

Loading…
Cancel
Save