Skip to content

Commit

Permalink
Bump GMS version to 24.08.12
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Mar 10, 2024
1 parent 39cee3c commit dfd2749
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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.0
ext.appVersionCode = 240515000
ext.appVersionName = 5.1
ext.appVersionCode = 240812000
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 @@ -38,6 +38,5 @@
<string name="check_updates_error">Erro ao tentar verificar</string>

<string name="error_connection">Erro de conexão:</string>
<string name="error_json">Erro JSON:</string>
<string name="error_others">Erro:</string>
</resources>
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.0</string>
<string name="github_tag_version">5.1</string>

<!-- Updater strings-->

Expand All @@ -54,7 +54,6 @@
<string name="check_updates_error">Unable to check for updates</string>

<string name="error_connection">Connection error:</string>
<string name="error_json">JSON error:</string>
<string name="error_others">Error:</string>

</resources>

0 comments on commit dfd2749

Please sign in to comment.