Version 1.0-beta14 bump

This commit is contained in:
Christian Basler 2017-07-24 17:25:15 +02:00
parent ccfeb5b479
commit 593a390b40
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 13
versionName "1.0-beta13"
versionCode 14
versionName "1.0-beta14"
multiDexEnabled true
}
compileOptions {