Skip to content

Commit

Permalink
Bump GMS version to 24.26.62
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Jul 18, 2024
1 parent 67b7e6e commit dc8da76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ allprojects {
apply plugin: 'idea'

group = 'org.microg.gms'
ext.appVersionName = 5.5
ext.appVersionCode = 242632000
ext.appVersionName = 5.6
ext.appVersionCode = 242662000
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.5</string>
<string name="github_tag_version">5.6</string>

<!-- Updater strings-->

Expand Down

0 comments on commit dc8da76

Please sign in to comment.