Version 1.0-beta18 bump

This commit is contained in:
Christian Basler 2018-01-18 17:25:24 +01:00
parent 30d9d72133
commit db939dab9c
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 17
versionName "1.0-beta17"
versionCode 18
versionName "1.0-beta18"
multiDexEnabled true
}
compileOptions {