From dd4db53ca22b0124d452edb06630ebb447671cb6 Mon Sep 17 00:00:00 2001 From: osm0sis Date: Wed, 14 Aug 2024 01:00:22 -0300 Subject: [PATCH] Hotfix v10(101000) --- 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 7b6779a..966a4b8 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=playintegrityfix name=Play Integrity Fork version=v10 -versionCode=100000 +versionCode=101000 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 bbf3011..bdd9af5 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "version": "v10", - "versionCode": 100000, + "versionCode": 101000, "zipUrl": "https://github.com/osm0sis/PlayIntegrityFork/releases/download/v10/PlayIntegrityFork-v10.zip", "changelog": "https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/CHANGELOG.md" }