Version 1.0-beta20 bump

This commit is contained in:
Christian Basler 2018-01-27 21:28:18 +01:00
parent 1906a2e13c
commit 6829614da0
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId "ch.dissem.apps.${appName.toLowerCase()}"
minSdkVersion 19
targetSdkVersion 27
versionCode 19
versionName "1.0-beta19"
versionCode 20
versionName "1.0-beta20"
multiDexEnabled true
}
compileOptions {