Merge tag '1.0-beta19' into develop

1.0-beta19
This commit is contained in:
Christian Basler 2018-01-18 22:50:21 +01:00
commit 708529fc0a
1 changed files with 2 additions and 2 deletions

View File

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