Version 1.0-rc1 bump

This commit is contained in:
Christian Basler 2018-02-24 08:49:05 +01:00
parent fb72356467
commit ab70e6df12
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 20
versionName "1.0-beta20"
versionCode 22
versionName "1.0-rc1"
multiDexEnabled true
}
compileOptions {