diff --git a/CHANGELOG b/CHANGELOG index ab8c20b..1b7fe74 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,5 @@ -- Fix minimum android version check (thanks ale5000) -- Uninstall microG and Play Store when uninstalling the module -- Update microG to v0.2.25 -- Fix network location for many devices by forcing microG as NLP provider - - Should significantly improve apps' time required to find location -- Support VollaOS OEM firmware (replace VollaNlp with microG NLP) +Merry christmas to everyone who celebrates it! Here's my gift: + +Update microG to 0.2.26 + +Happy new year! diff --git a/README.md b/README.md index 6ea6ab3..2a3b46f 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.25, GsfProxy 0.1.0, FakeStore 0.1.0 and MapsV1 0.1.0 are bundled in the module. +Currently, GmsCore 0.2.26, 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 d91f5db..8c34569 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=microg_installer name=microG Installer Revived -version=Revived 3.0.0-0 -versionCode=30000 +version=Revived 3.1.0-0 +versionCode=30100 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 f937c90..298ce16 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 a1cb199..3fd7870 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "Revived 3.0.0-0", - "versionCode": 30000, - "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.0.0-0/microG_Installer_Revived.zip", - "changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.0.0-0/CHANGELOG" + "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" }