1.0-beta19

This commit is contained in:
Christian Basler 2018-01-18 22:49:55 +01:00
parent 6986d9a2df
commit b368c8251d
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 18
versionName "1.0-beta18"
versionCode 19
versionName "1.0-beta19"
multiDexEnabled true
}
compileOptions {