Skip to content

Commit

Permalink
Bump GMS version to v23.43.55
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced committed Nov 4, 2023
1 parent 0d07f25 commit 40d3e7c
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 @@ -82,7 +82,7 @@ allprojects {
apply plugin: 'idea'

group = 'org.microg.gms'
ext.appVersionCode = 234313000
ext.appVersionCode = 234355000
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
version = "0.3.0."+ext.baseVersion.replaceAll("\\.", "")
ext.isReleaseVersion = false
Expand Down

0 comments on commit 40d3e7c

Please sign in to comment.