From a3241685adbf1ad55daabb11eabb6bbca65ee567 Mon Sep 17 00:00:00 2001
From: chiteroman <querveros999@gmail.com>
Date: Mon, 20 Jan 2025 23:29:08 +0100
Subject: [PATCH] v18.4

---
 changelog.md | 9 +++++----
 update.json  | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/changelog.md b/changelog.md
index b3a5a5172..e9481bd90 100644
--- a/changelog.md
+++ b/changelog.md
@@ -11,9 +11,10 @@ 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.
 
-# v18.2
+# v18.4
 
-- Update fingerprint
-- Add action.sh (to auto update fingerprint to latest beta)
+- Revert changes in v18.3
 
-Thanks to osm0sis, backslashxx and KOWX712
+It seems that injecting a lib in the unstable process (GMS) doesn't work on some devices :(
+
+I tried to optimize the code to avoid battery drain.
\ No newline at end of file
diff --git a/update.json b/update.json
index 57e1f24a8..027a85d31 100644
--- a/update.json
+++ b/update.json
@@ -1,6 +1,6 @@
 {
-  "version": "v18.2",
-  "versionCode": 18200,
-  "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.2/PlayIntegrityFix_v18.2.zip",
+  "version": "v18.4",
+  "versionCode": 18400,
+  "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.4/PlayIntegrityFix_v18.4.zip",
   "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
 }