diff --git a/CHANGELOG b/CHANGELOG index 1b7fe74..47662c4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1 @@ -Merry christmas to everyone who celebrates it! Here's my gift: - -Update microG to 0.2.26 - -Happy new year! +Update microG to 0.2.27 diff --git a/README.md b/README.md index 2a3b46f..638e9f2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ In short: this is the cleanest option to install microG and just be done with it UnifiedNlp, which is bundled with GmsCore, if installed as an user app doesn't work on Android 7 and newer without [an additional patch](https://github.com/microg/android_packages_apps_UnifiedNlp/blob/master/patches/android_frameworks_base-N.patch). An another solution to the above problem is to install the app as a privileged system app. However, this way is not perfect, due to those kind of apps being wiped after an OTA update. Therefore, I'm creating this module to help simplify the installation of microG with working network-based location. Aditionally, this module forces UnifiedNlp support even when no NLP provider is configured in your ROM. And GsfProxy needs to be an system app for some third-party apps. -Currently, GmsCore 0.2.26, GsfProxy 0.1.0, FakeStore 0.1.0 and MapsV1 0.1.0 are bundled in the module. +Currently, GmsCore 0.2.27, GsfProxy 0.1.0, FakeStore 0.1.0 and MapsV1 0.1.0 are bundled in the module. **Note**: Install this module before installing any GMS-dependent apps, as well as do not disable it after installing such apps, unless you know what you're doing. diff --git a/module.prop b/module.prop index 8c34569..57db097 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=microg_installer name=microG Installer Revived -version=Revived 3.1.0-0 -versionCode=30100 +version=Revived 3.2.0-0 +versionCode=30200 author=nift4 description=Install microG GmsCore, GsfProxy, FakeStore (or Play Store if you want so) and MapsV1 to /system/ updateJson=https://raw.github.com/nift4/microg_installer_revived/master/update.json diff --git a/system/priv-app/GmsCore/GmsCore.apk b/system/priv-app/GmsCore/GmsCore.apk index 298ce16..d856e88 100644 Binary files a/system/priv-app/GmsCore/GmsCore.apk and b/system/priv-app/GmsCore/GmsCore.apk differ diff --git a/update.json b/update.json index 3fd7870..b9ea7a3 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "Revived 3.1.0-0", - "versionCode": 30100, - "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.1.0-0/microG_Installer_Revived.zip", - "changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.1.0-0/CHANGELOG" + "version": "Revived 3.2.0-0", + "versionCode": 30200, + "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.2.0-0/microG_Installer_Revived.zip", + "changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.2.0-0/CHANGELOG" }