mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
feat(TikTok - Hide ads): Constrain to last working version
This commit is contained in:
parent
c3725900cd
commit
516e8a14c0
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ import com.android.tools.smali.dexlib2.iface.reference.FieldReference
|
|||
@Patch(
|
||||
name = "Hide ads",
|
||||
compatiblePackages = [
|
||||
CompatiblePackage("com.ss.android.ugc.trill"),
|
||||
CompatiblePackage("com.zhiliaoapp.musically")
|
||||
CompatiblePackage("com.ss.android.ugc.trill", ["30.9.3"]),
|
||||
CompatiblePackage("com.zhiliaoapp.musically", ["30.9.3"])
|
||||
]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
|
Loading…
Reference in a new issue