Skip to content

Commit

Permalink
microG Installer Revived 4.0.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Sep 6, 2024
1 parent b54f5b3 commit 8851121
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ if (echo "$DUMP_VD" | grep "android.permission.FAKE_PACKAGE_SIGNATURE") >/dev/nu
else
ui_print "- Installing Play Store"
fi
cp "VD_PATH" "$MODPATH/system/priv-app/Phonesky/Phonesky.apk"
cp "$VD_PATH" "$MODPATH/system/priv-app/Phonesky/Phonesky.apk"
mmm_exec hideLoading
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=microg_installer
name=microG Installer Revived
version=Revived 4.0.0-0
versionCode=40000
version=Revived 4.0.1-0
versionCode=40010
author=nift4
description=Install microG GmsCore, Companion (or Play Store if you want so), GsfProxy and MapsV1 to /system/
updateJson=https://raw.github.com/nift4/microg_installer_revived/master/update.json
Expand Down
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "Revived 4.0.0-0",
"versionCode": 40000,
"zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v4.0.0-0/microG_Installer_Revived.zip",
"changelog": "https://github.com/nift4/microg_installer_revived/raw/v4.0.0-0/CHANGELOG"
"version": "Revived 4.0.1-0",
"versionCode": 40010,
"zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v4.0.1-0/microG_Installer_Revived.zip",
"changelog": "https://github.com/nift4/microg_installer_revived/raw/v4.0.1-0/CHANGELOG"
}

0 comments on commit 8851121

Please sign in to comment.