bump version number, reduce size of app.

This commit is contained in:
2020-08-30 21:18:59 +02:00
parent f5cd5775cf
commit 969b5784bb
2 changed files with 4 additions and 11 deletions

View File

@@ -10,15 +10,16 @@ android {
applicationId "me.zobrist.tichucounter"
minSdkVersion 16
targetSdkVersion 30
versionCode 2
versionName "1.0.0Beta1"
versionCode 3
versionName "1.0.0Beta2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}