mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
Merge remote-tracking branch 'origin/dalvik-patches' into dalvik-patches
This commit is contained in:
commit
f55d917db4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class VideoAdsPatch : Patch(
|
||||||
compatiblePackages = compatiblePackages,
|
compatiblePackages = compatiblePackages,
|
||||||
description = """Signature for the constructor of some class.
|
description = """Signature for the constructor of some class.
|
||||||
This signature is being used to find another method in the parent class
|
This signature is being used to find another method in the parent class
|
||||||
and was discovered in the YouTube version v17.03.38""",
|
and was discovered in the YouTube version v17.03.38""".trimIndent(),
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
),
|
),
|
||||||
returnType = "V",
|
returnType = "V",
|
||||||
|
|
Loading…
Reference in a new issue