Version 1.0-beta16 bump

This commit is contained in:
Christian Basler 2017-08-12 19:44:39 +02:00
parent d05f1f98e5
commit 4622ad68f0
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 25
versionCode 15
versionName "1.0-beta15"
versionCode 16
versionName "1.0-beta16"
multiDexEnabled true
}
compileOptions {