From 7245439f84f18f5b8817091d8de30b409d5d855a Mon Sep 17 00:00:00 2001 From: nift4 Date: Wed, 2 Nov 2022 11:42:58 +0100 Subject: [PATCH] Release 3.0.0-0 --- CHANGELOG | 9 ++++++--- module.prop | 4 ++-- update.json | 8 ++++---- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3e9f5b7..ab8c20b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ -- Use FoxMMM feature (users of normal Magisk app get nothing new) - - Support link - - Install progress +- 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) diff --git a/module.prop b/module.prop index e806456..d91f5db 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=microg_installer name=microG Installer Revived -version=Revived 2.6.3-0 -versionCode=26300 +version=Revived 3.0.0-0 +versionCode=30000 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/update.json b/update.json index a804081..a1cb199 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "Revived 2.6.3-0", - "versionCode": 26300, - "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v2.6.3-0/microG_Installer_Revived.zip", - "changelog": "https://github.com/nift4/microg_installer_revived/raw/v2.6.3-0/CHANGELOG" + "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" }