diff --git a/CHANGELOG b/CHANGELOG index d004b63..3e9f5b7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1 +1,3 @@ -- Bug fixes (by Fs00) +- Use FoxMMM feature (users of normal Magisk app get nothing new) + - Support link + - Install progress diff --git a/module.prop b/module.prop index 28d254a..b025e93 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=microg_installer name=microG Installer Revived -version=Revived 2.6.2-0 -versionCode=26200 +version=Revived 2.6.3-0 +versionCode=26300 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 1f3ca03..a804081 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "Revived 2.6.2-0", - "versionCode": 26200, - "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v2.6.2-0/microG_Installer_Revived.zip", - "changelog": "https://github.com/nift4/microg_installer_revived/raw/v2.6.2-0/CHANGELOG" + "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" }