Skip to content

Commit

Permalink
v17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman committed Oct 25, 2024
1 parent 73050ca commit cd22f03
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId = "es.chiteroman.playintegrityfix"
minSdk = 26
targetSdk = 35
versionCode = 17800
versionName = "v17.8"
versionCode = 17900
versionName = "v17.9"
multiDexEnabled = false

externalNativeBuild {
Expand Down
11 changes: 4 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ If you are using TrickyStore and you have a valid keybox, but Strong
isn't passing, maybe you should change the ROM.
Stock ROMs gives the best results.

# v17.8
# v17.9

- Auto parse fields from fingerprint!
- Auto detect test signed ROM!
- Auto remove conflict apps!
- Auto add GMS to denylist if using Shamiko!
- Back to Dobby (my version: https://github.com/chiteroman/Dobby.git)
- Other improvements
- Update fingerprint to latest beta (thanks to XiaomiEU devs)
- Fix Shamiko whitelist bug
- Fix bootloops on XiaomiEU custom roms
4 changes: 2 additions & 2 deletions module/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=playintegrityfix
name=Play Integrity Fix
version=v17.8
versionCode=17800
version=v17.9
versionCode=17900
author=chiteroman
description=Universal modular fix for Play Integrity (and SafetyNet) on devices running Android 8-15
updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/update.json
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v17.8",
"versionCode": 17800,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.8/PlayIntegrityFix_v17.8.zip",
"version": "v17.9",
"versionCode": 17900,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.9/PlayIntegrityFix_v17.9.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
}

0 comments on commit cd22f03

Please sign in to comment.