Merge tag '1.0-beta20' into develop

1.0-beta20
This commit is contained in:
Christian Basler 2018-01-27 21:43:43 +01:00
commit 72213a53a5
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 {