mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-05 09:06:01 +01:00
Shorter version names
This commit is contained in:
parent
fbfb6c088a
commit
192a9073e4
@ -77,7 +77,7 @@ android {
|
|||||||
buildToolsVersion "23.0.2"
|
buildToolsVersion "23.0.2"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionName("8.4.89 (microG " + getMyVersionName() + ")")
|
versionName getMyVersionName()
|
||||||
// Update commit id to current when increasing gms version code
|
// Update commit id to current when increasing gms version code
|
||||||
versionCode(8489238 + getMyVersionCode('249c935f'))
|
versionCode(8489238 + getMyVersionCode('249c935f'))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user