From f46aebff9d162b008999a3cbb2a5fbf9a290ccb0 Mon Sep 17 00:00:00 2001 From: chiteroman <98092901+chiteroman@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:35:28 +0200 Subject: [PATCH] Add update and changelog files --- changelog.md | 13 +++++++++++++ update.json | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 changelog.md create mode 100644 update.json diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..156aeab --- /dev/null +++ b/changelog.md @@ -0,0 +1,13 @@ +Telegram channel: +https://t.me/playintegrityfix + +Device verdict should pass by default. +If not, try removing /data/adb/pif.json file. + +Donations: +https://www.paypal.com/paypalme/chiteroman + +# v16.6 + +- Change fingerprint to fix RCS +- Misc improvements \ No newline at end of file diff --git a/update.json b/update.json new file mode 100644 index 0000000..5343620 --- /dev/null +++ b/update.json @@ -0,0 +1,6 @@ +{ + "version": "v16.6", + "versionCode": 16600, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v16.6/PlayIntegrityFix_v16.6.zip", + "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" +}