Skip to content

Commit

Permalink
Bump GMS version to 23.45.23
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Dec 10, 2023
1 parent eaeac30 commit a173998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ allprojects {
apply plugin: 'idea'

group = 'org.microg.gms'
ext.appVersionCode = 234522000
ext.appVersionCode = 234523000
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
version = "4.0 GMS."+ext.baseVersion.replaceAll("\\.", "")
version = "4.1 GMS."+ext.baseVersion.replaceAll("\\.", "")
ext.isReleaseVersion = false
}

Expand Down

2 comments on commit a173998

@tranngoc7782
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i want to hide app in launcher

@WSTxda
Copy link
Owner Author

@WSTxda WSTxda commented on a173998 Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

Please sign in to comment.