From 8b9d23affbaf3e9eb4594f2a3badd65f5901e0a0 Mon Sep 17 00:00:00 2001 From: R0rt1z2 Date: Sat, 4 Apr 2026 18:17:40 +0200 Subject: [PATCH] GrindrPlus: Spoof an older version Latest versions have the main grid paywalled through server side checks and this is being reflected in the mod since we spoof the latest version against the API. Change-Id: Ib5af2896b46d56a383da64c515f479a27d22a373 --- version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.json b/version.json index 3c19972..36ad915 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "versionName": "26.5.0", - "versionCode": 154546 -} \ No newline at end of file + "versionName": "25.21.1", + "versionCode": 148541 +}