Skip to content

Commit

Permalink
Bump GMS version to 23.49.14
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Jan 1, 2024
1 parent 27138a7 commit f7a0b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ allprojects {
apply plugin: 'idea'

group = 'org.microg.gms'
ext.appVersionCode = 234523000
ext.appVersionCode = 234914000
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
version = "4.1 GMS."+ext.baseVersion.replaceAll("\\.", "")
version = "4.2 GMS."+ext.baseVersion.replaceAll("\\.", "")
ext.isReleaseVersion = false
}

Expand Down

0 comments on commit f7a0b25

Please sign in to comment.