Skip to content

Commit a8053ca

Browse files
committed
chore: Update version name to new format
1 parent be148d1 commit a8053ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ allprojects {
8383
apply plugin: 'idea'
8484

8585
group = 'org.microg.gms'
86-
ext.appVersionName = 6.0
86+
ext.appVersionName = '6.0.0'
8787
ext.appVersionCode = 254961000
8888
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
8989
version = ext.appVersionName + " GMS-" + ext.baseVersion

0 commit comments

Comments
 (0)