Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Bump GMS version to 24.05.15
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Feb 23, 2024
1 parent 65b80d8 commit b26e558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -82,8 +82,8 @@ allprojects {
apply plugin: 'idea'

group = 'org.microg.gms'
ext.appVersionName = 4.7
ext.appVersionCode = 240255000
ext.appVersionName = 5.0
ext.appVersionCode = 240515000
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

0 comments on commit b26e558

Please sign in to comment.