Skip to content

Commit bdd0179

Browse files
committed
Bump GMS version to 25.38.50
1 parent b3da149 commit bdd0179

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ allprojects {
8383
apply plugin: 'idea'
8484

8585
group = 'org.microg.gms'
86-
ext.appVersionName = 5.12
87-
ext.appVersionCode = 253133000
86+
ext.appVersionName = 5.13
87+
ext.appVersionCode = 253850000
8888
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
8989
version = ext.appVersionName + " GMS-" + ext.baseVersion
9090
ext.isReleaseVersion = false

play-services-core/microg-ui-tools/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<!-- UpdateChecker tag controller-->
4545

46-
<string name="github_tag_version">5.12</string>
46+
<string name="github_tag_version">5.13</string>
4747

4848
<!-- Updater strings-->
4949

0 commit comments

Comments
 (0)