diff --git a/CHANGELOG b/CHANGELOG index 633bd4f..1ef1593 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1 +1,2 @@ -Update microG (including Companion, previously known as FakeStore) to 0.3.0 +- Fix for real Play Store on Android 14 +- Fix for modern ColorOS/OxygenOS diff --git a/module.prop b/module.prop index 9ebff64..ad77595 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=microg_installer name=microG Installer Revived -version=Revived 3.4.1-0 -versionCode=30410 +version=Revived 3.4.2-0 +versionCode=30420 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 3338fcc..f6c386b 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "Revived 3.4.1-0", - "versionCode": 30410, - "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.4.1-0/microG_Installer_Revived.zip", - "changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.4.1-0/CHANGELOG" + "version": "Revived 3.4.2-0", + "versionCode": 30420, + "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.4.2-0/microG_Installer_Revived.zip", + "changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.4.2-0/CHANGELOG" }