forked from lonsagisawa/microg_installer
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
- Move the apk workaround for xposed-only signature spoofing into the script so users don't have to manually install it | ||
- Grant FAKE_PACKAGE_SIGNATURE for play store in advance so users don't have to manually do it | ||
- Drop recovery installation completely | ||
- Fixes for Play Store on Android 12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
id=microg_installer | ||
name=microG Installer Revived | ||
version=Revived 2.6.0-3 | ||
versionCode=26003 | ||
version=Revived 2.6.1-0 | ||
versionCode=26100 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "Revived 2.6.0-3", | ||
"versionCode": 26003, | ||
"zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v2.6.0-3/microG_Installer_Revived.zip", | ||
"changelog": "https://github.com/nift4/microg_installer_revived/raw/v2.6.0-3/CHANGELOG" | ||
"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" | ||
} |