fix(patch): update order and patches version

This commit is contained in:
Se7en-dev
2026-06-24 01:04:45 +02:00
parent 276dd0be2e
commit 6ad6cb2fe0
2 changed files with 2 additions and 2 deletions
@@ -148,7 +148,7 @@ enum class KnownPatch(
),
),
MiniPlayerGestures(
order = 51,
order = 52,
fileNames = listOf("mini-player-gestures.patch"),
extensionFileNames = listOf(
"radiant/MiniPlayerGestures.smali",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"tidalVersionCode": 9090,
"tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk",
"patchesVersion": "0.9.10"
"patchesVersion": "0.9.12"
}