version bump to 1.8.0-beta

This commit is contained in:
Daniel Gultsch 2015-12-02 17:25:22 +01:00
parent 3553b15c9f
commit 6f8f35031f
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 107
versionName "1.7.3"
versionCode 108
versionName "1.8.0-beta"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}