Skip to content

Commit

Permalink
feat(YouTube): Support version 19.02.34 (ReVanced#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Jan 17, 2024
1 parent df8eadb commit 94e08b7
Show file tree
Hide file tree
Showing 59 changed files with 145 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import app.revanced.patches.youtube.video.information.VideoInformationPatch
"com.google.android.youtube", [
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,18 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
dependencies = [IntegrationsPatch::class, SettingsPatch::class],
compatiblePackages = [
CompatiblePackage(
"com.google.android.youtube"
"com.google.android.youtube", [
"18.32.39",
"18.37.36",
"18.38.44",
"18.43.45",
"18.44.41",
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34",
"19.02.34"
]
)
]
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import app.revanced.patches.youtube.video.information.VideoInformationPatch
"com.google.android.youtube", [
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ import com.android.tools.smali.dexlib2.Opcode
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction3rc
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction21c
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
"18.38.44",
"18.43.45",
"18.44.41",
"18.45.41",
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ import app.revanced.patches.youtube.shared.fingerprints.SeekbarOnDrawFingerprint
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import org.w3c.dom.Element
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ import com.android.tools.smali.dexlib2.iface.reference.TypeReference
CompatiblePackage(
"com.google.android.youtube", [
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
"18.45.43",
"18.48.39",
"18.49.37",
"19.01.34"
"19.01.34",
"19.02.34"
]
)
]
Expand Down
Loading

0 comments on commit 94e08b7

Please sign in to comment.