Shorter version names

This commit is contained in:
Marvin W 2016-01-27 19:11:48 +01:00
parent fbfb6c088a
commit 192a9073e4

View File

@ -77,7 +77,7 @@ android {
buildToolsVersion "23.0.2"
defaultConfig {
versionName("8.4.89 (microG " + getMyVersionName() + ")")
versionName getMyVersionName()
// Update commit id to current when increasing gms version code
versionCode(8489238 + getMyVersionCode('249c935f'))
}