From 5a86be79f4eb4364b4245e8ef6e882761dc97543 Mon Sep 17 00:00:00 2001 From: chiteroman <98092901+chiteroman@users.noreply.github.com> Date: Sat, 11 Nov 2023 18:04:51 +0100 Subject: [PATCH] v12.3 --- changelog.md | 10 ++++------ update.json | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/changelog.md b/changelog.md index d75319e..7d51459 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,8 @@ -# v12.2 +# v12.3 -- Fix more crash issues. -- Remove C++ code from main.cpp and strip libraries size. -- Hardcode classes.dex into libs. -- Using Shadowhook for arm64 and arm (smartphones), using Dobby for x86, x86_64 (emulators) +Fixed crashing issues in recent launched devices. -This should be the final build until Google "unfix" (again) the module. If you want to report a crash report or any other issue, please, always provide logs. +This should be the final build until Google "unfix" (again) the module. +If you want to report a crash report or any other issue, please, always provide logs. Check README.md to know how to certify Play Store and fix Google Wallet. \ No newline at end of file diff --git a/update.json b/update.json index 2cb886a..4723e7b 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v12.2", - "versionCode": 122, - "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v12.2/PlayIntegrityFix_v12.2.zip", + "version": "v12.3", + "versionCode": 123, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v12.3/PlayIntegrityFix_v12.3.zip", "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" } \ No newline at end of file