mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-06-18 05:23:12 +10:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b039110c9 | |||
| 045bbbab9a | |||
| 932f2a85dc | |||
| fc002615f4 |
+1
-1
@@ -77,7 +77,7 @@ enum class KnownPatch(
|
|||||||
),
|
),
|
||||||
titleRes = R.string.patch_lyrics_progress_pill_title,
|
titleRes = R.string.patch_lyrics_progress_pill_title,
|
||||||
descRes = R.string.patch_lyrics_progress_pill_desc,
|
descRes = R.string.patch_lyrics_progress_pill_desc,
|
||||||
requires = listOf(LyricsDisableCover, LyricsReplaceShareButton),
|
requires = listOf(LyricsDisableCover, LyricsReplaceLyricsButton, LyricsReplaceShareButton),
|
||||||
),
|
),
|
||||||
EnableLegacyUi(
|
EnableLegacyUi(
|
||||||
order = 10,
|
order = 10,
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"tidalVersionCode": 9090,
|
"tidalVersionCode": 9090,
|
||||||
"tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk",
|
"tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk",
|
||||||
"patchesVersion": "0.7.6"
|
"patchesVersion": "0.8.7"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user