Version 1.0-beta13 bump

This commit is contained in:
Christian Basler 2017-07-11 20:48:56 +02:00
parent 433c757107
commit 8af8419b7c
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ android {
applicationId "ch.dissem.apps." + appName.toLowerCase()
minSdkVersion 19
targetSdkVersion 25
versionCode 12
versionName "1.0-beta12"
versionCode 13
versionName "1.0-beta13"
jackOptions.enabled = false
multiDexEnabled true
}