We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be148d1 commit a8053caCopy full SHA for a8053ca
1 file changed
build.gradle
@@ -83,7 +83,7 @@ allprojects {
83
apply plugin: 'idea'
84
85
group = 'org.microg.gms'
86
- ext.appVersionName = 6.0
+ ext.appVersionName = '6.0.0'
87
ext.appVersionCode = 254961000
88
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
89
version = ext.appVersionName + " GMS-" + ext.baseVersion
0 commit comments