diff --git a/CHANGELOG b/CHANGELOG index 57db3a8..2543ef1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,4 @@ -Improve compatibility with stock ROMs. +Please note that microg_installer_revived is in reduced maintenance / no support mode. See README for more information. -To install this module on a stock ROM: -1. Install gms_delete.zip from https://github.com/user-attachments/files/16912362/gms_delete.zip -2. Reboot -3. Uninstall Google Play Services using Settings or `pm uninstall` -4. Install microG APK (must succeed) and Companion / Play Store APK -5. Install microG Installer Revived -6. Reboot +- Support microG v0.3.4 +- fix Play Store mkdir path (thanks to @MugoSquero), may fix #171 diff --git a/customize.sh b/customize.sh index 9bc5eb6..b08f19c 100644 --- a/customize.sh +++ b/customize.sh @@ -11,8 +11,8 @@ if ! $BOOTMODE; then fi mmm_exec setSupportLink "https://github.com/nift4/microg_installer_revived/issues" -MAX_VER="240913004" -MAX_VERN="0.3.2.240913" +MAX_VER="240913008" +MAX_VERN="0.3.4.240913" if [ -f /data/adb/Phonesky.apk ]; then ui_print "- INFO: Phonesky.apk is found in /data/adb, but this module no longer uses this file." diff --git a/module.prop b/module.prop index db22aa2..7677e9d 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=microg_installer name=microG Installer Revived -version=Revived 4.1.0-0 -versionCode=40100 +version=Revived 4.2.0-0 +versionCode=40200 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 diff --git a/update.json b/update.json index 8b19c34..4285f16 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "Revived 4.1.0-0", - "versionCode": 40100, - "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v4.1.0-0/microG_Installer_Revived.zip", - "changelog": "https://github.com/nift4/microg_installer_revived/raw/v4.1.0-0/CHANGELOG" + "version": "Revived 4.2.0-0", + "versionCode": 40200, + "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v4.2.0-0/microG_Installer_Revived.zip", + "changelog": "https://github.com/nift4/microg_installer_revived/raw/v4.2.0-0/CHANGELOG" }