This commit is contained in:
chiteroman
2023-11-11 18:04:51 +01:00
parent 8c5f87e9ef
commit 5a86be79f4
2 changed files with 7 additions and 9 deletions

View File

@@ -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.

View File

@@ -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"
}