mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-19 05:39:25 +01:00
fix: version in package metadata of music
This commit is contained in:
parent
518229031c
commit
b299205aa7
@ -14,7 +14,7 @@ import org.jf.dexlib2.Opcode
|
||||
private val compatiblePackages = listOf(
|
||||
PackageMetadata(
|
||||
"com.google.android.apps.youtube.music",
|
||||
listOf("05.03.50")
|
||||
listOf("5.03.50")
|
||||
)
|
||||
)
|
||||
|
||||
|
@ -18,7 +18,7 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction35c
|
||||
private val compatiblePackages = listOf(
|
||||
PackageMetadata(
|
||||
"com.google.android.apps.youtube.music",
|
||||
listOf("05.03.50")
|
||||
listOf("5.03.50")
|
||||
)
|
||||
)
|
||||
|
||||
|
@ -15,7 +15,7 @@ import org.jf.dexlib2.Opcode
|
||||
private val compatiblePackages = listOf(
|
||||
PackageMetadata(
|
||||
"com.google.android.apps.youtube.music",
|
||||
listOf("05.03.50")
|
||||
listOf("5.03.50")
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user