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

Commit

Permalink
bump v0.3.0.234914
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Dec 26, 2023
1 parent a907c39 commit 8245509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ buildscript {
}


def gmsVersion = "23.07.55"
def gmsVersion = "23.49.14"
def gmsVersionCode = Integer.parseInt(gmsVersion.replaceAll('\\.', ''))

def ourVersionBase = "0.2.27"
def ourVersionMinor = 73
def ourVersionBase = "0.3.0"

def ourVersionCode = gmsVersionCode * 1000 + ourVersionMinor
def ourVersionCode = gmsVersionCode * 1000
def ourVersionName = "$ourVersionBase.$gmsVersionCode"

allprojects {
Expand Down
1 change: 1 addition & 0 deletions play-services-base-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<manifest xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.microg.gms.base.core">

<application>
<provider
android:name="org.microg.gms.settings.SettingsProvider"
Expand Down

1 comment on commit 8245509

@SahibHussain65
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.