mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-22 19:09:12 +02:00
feat(YouTube Music): add support version 7.12.52
~ 7.13.52
This commit is contained in:
parent
47044f09c9
commit
98b89ffd89
@ -20,7 +20,7 @@ import app.revanced.util.literalInstructionBooleanHook
|
||||
"com.google.android.apps.youtube.music",
|
||||
[
|
||||
"7.08.54",
|
||||
"7.12.51",
|
||||
"7.13.52",
|
||||
]
|
||||
)
|
||||
]
|
||||
@ -43,7 +43,8 @@ object CairoSplashAnimationPatch : BytecodePatch(
|
||||
"false"
|
||||
)
|
||||
|
||||
} ?: throw PatchException("WARNING: This patch is not supported in this version. Use YouTube Music 7.08.54 or later.")
|
||||
}
|
||||
?: throw PatchException("WARNING: This patch is not supported in this version. Use YouTube Music 7.08.54 or later.")
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -11,8 +11,8 @@ object Constants {
|
||||
"6.33.52", // This is the latest version with the legacy code of YouTube Music.
|
||||
"6.42.55", // This is the latest version that supports Android 7.0
|
||||
"6.51.53", // This is the latest version of YouTube Music 6.xx.xx
|
||||
"7.11.51", // This was the latest version that was supported by the previous patch.
|
||||
"7.12.51", // This is the latest version supported by the RVX patch.
|
||||
"7.12.52", // This was the latest version that was supported by the previous patch.
|
||||
"7.13.52", // This is the latest version supported by the RVX patch.
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user