Skip to content

Commit

Permalink
Bump GMS version to v24.16.16
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced committed May 5, 2024
1 parent c616ffd commit df4a1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ allprojects {
apply plugin: 'idea'

group = 'org.microg.gms'
ext.appVersionCode = 241017000
ext.appVersionCode = 241616000
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
version = "0.3.1." + ext.baseVersion.replaceAll("\\.", "")
ext.isReleaseVersion = true
Expand Down

0 comments on commit df4a1f7

Please sign in to comment.