From 481491758cb427889578c9022265d6568d877d1e Mon Sep 17 00:00:00 2001 From: osm0sis Date: Sun, 18 Aug 2024 21:23:44 -0300 Subject: [PATCH] Hotfix v10(103000) --- module/module.prop | 2 +- update.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/module.prop b/module/module.prop index 1997401..bb7d57c 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=playintegrityfix name=Play Integrity Fork version=v10 -versionCode=102000 +versionCode=103000 author=osm0sis & chiteroman @ xda-developers description=Fix ctsProfile (SafetyNet) and DEVICE (Play Integrity) verdicts updateJson=https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/update.json diff --git a/update.json b/update.json index 13968b2..24e6034 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "version": "v10", - "versionCode": 102000, + "versionCode": 103000, "zipUrl": "https://github.com/osm0sis/PlayIntegrityFork/releases/download/v10/PlayIntegrityFork-v10.zip", "changelog": "https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/CHANGELOG.md" }