1
0
Fork 1

version bump to 1.8.0-beta

This commit is contained in:
Daniel Gultsch 2015-12-02 17:25:22 +01:00
parent 4baa652f59
commit ab791a8367

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);
}