Skip to content

Commit

Permalink
Bump GMS version to 24.21.55
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Jun 5, 2024
1 parent 014c7ef commit 3413e87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {
ext.wearableVersion = '0.1.1'
ext.wireVersion = '4.9.9'

ext.androidBuildGradleVersion = '8.3.0'
ext.androidBuildGradleVersion = '8.3.2'

ext.androidBuildVersionTools = '34.0.0'

Expand Down Expand Up @@ -82,8 +82,8 @@ allprojects {
apply plugin: 'idea'

group = 'org.microg.gms'
ext.appVersionName = 5.3
ext.appVersionCode = 240914000
ext.appVersionName = 5.4
ext.appVersionCode = 242155000
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
version = ext.appVersionName+" GMS-"+ext.baseVersion.replaceAll("\\.", "")
ext.isReleaseVersion = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<!-- UpdateChecker tag controller-->

<string name="github_tag_version">5.3</string>
<string name="github_tag_version">5.4</string>

<!-- Updater strings-->

Expand Down

0 comments on commit 3413e87

Please sign in to comment.