From aa4348af3fa9e53db8632de038ac09e3f10adbb4 Mon Sep 17 00:00:00 2001 From: nift4 Date: Sat, 19 Mar 2022 16:09:00 +0100 Subject: [PATCH] Release 2.6.2 Also adds @Fs00 to credits - thanks for the many great PRs! --- CHANGELOG | 2 +- README.md | 1 + module.prop | 4 ++-- update.json | 8 ++++---- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bc57ee0..d004b63 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1 +1 @@ -- Fixes for Play Store on Android 12 +- Bug fixes (by Fs00) diff --git a/README.md b/README.md index 1104eac..4c44d31 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,4 @@ Download [this](https://raw.githubusercontent.com/topjohnwu/Magisk/master/script - **microG project** for their awesome work. - **Hieu Van** for the original microG Installer +- **Fs00** for many bug fixes diff --git a/module.prop b/module.prop index d7f65af..aaed246 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=microg_installer name=microG Installer Revived -version=Revived 2.6.1-0 -versionCode=26100 +version=Revived 2.6.2-0 +versionCode=26200 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 9156970..1f3ca03 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "Revived 2.6.1-0", - "versionCode": 26100, - "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v2.6.1-0/microG_Installer_Revived.zip", - "changelog": "https://github.com/nift4/microg_installer_revived/raw/v2.6.1-0/CHANGELOG" + "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" }