mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-27 20:51:03 +00:00
Merge branch 'dev' into chore/lint
# Conflicts: # src/main/kotlin/app/revanced/patches/youtubevanced/ad/general/HideAdsPatch.kt
This commit is contained in:
@@ -11,11 +11,12 @@ import app.revanced.patches.youtubevanced.ad.general.fingerprints.ContainsAdFing
|
||||
import app.revanced.util.exception
|
||||
import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction21c
|
||||
|
||||
@Deprecated("This patch is going to be removed in the future.")
|
||||
@Patch(
|
||||
name = "Hide ads",
|
||||
description = "Removes general ads.",
|
||||
dependencies = [VerticalScrollPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.vanced.android.youtube")],
|
||||
use = false,
|
||||
)
|
||||
@Suppress("unused")
|
||||
object HideAdsPatch : BytecodePatch(
|
||||
|
||||
Reference in New Issue
Block a user