diff --git a/Manager/app/src/main/kotlin/com/meowarex/rlmobile/ui/screens/patchopts/KnownPatch.kt b/Manager/app/src/main/kotlin/com/meowarex/rlmobile/ui/screens/patchopts/KnownPatch.kt index 36538dc..43c37a0 100644 --- a/Manager/app/src/main/kotlin/com/meowarex/rlmobile/ui/screens/patchopts/KnownPatch.kt +++ b/Manager/app/src/main/kotlin/com/meowarex/rlmobile/ui/screens/patchopts/KnownPatch.kt @@ -148,7 +148,7 @@ enum class KnownPatch( ), ), MiniPlayerGestures( - order = 51, + order = 52, fileNames = listOf("mini-player-gestures.patch"), extensionFileNames = listOf( "radiant/MiniPlayerGestures.smali", diff --git a/patches/data.json b/patches/data.json index cd58bee..d4af060 100644 --- a/patches/data.json +++ b/patches/data.json @@ -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" }