mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
Shorter version names
This commit is contained in:
parent
fbfb6c088a
commit
192a9073e4
@ -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'))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user