Version 1.0-beta17 bump

This commit is contained in:
Christian Basler 2017-09-22 20:55:09 +02:00
parent f27f438998
commit 1329aecde4
1 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId "ch.dissem.apps." + appName.toLowerCase()
minSdkVersion 19
targetSdkVersion 25
versionCode 16
versionName "1.0-beta16"
versionCode 17
versionName "1.0-beta17"
multiDexEnabled true
}
compileOptions {
@ -39,7 +39,7 @@ android {
}
//ext.jabitVersion = '2.0.4'
ext.jabitVersion = 'feature-exports-SNAPSHOT'
ext.jabitVersion = 'development-SNAPSHOT'
ext.supportVersion = '25.3.1'
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])