Skip to content

Commit

Permalink
Bump version name
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Aug 13, 2024
1 parent d450aeb commit 68ff39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.appVersionName = 5.7
ext.appVersionName = 5.8
ext.appVersionCode = 243136000
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
version = ext.appVersionName+" GMS-"+ext.baseVersion.replaceAll("\\.", "")
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.7</string>
<string name="github_tag_version">5.8</string>

<!-- Updater strings-->

Expand Down

0 comments on commit 68ff39a

Please sign in to comment.