mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-25 07:15:48 +01:00
fix(TikTok - Hide ads): Constrain to last working version
This commit is contained in:
parent
b5a4dfde5d
commit
56e45a60a4
@ -16,8 +16,8 @@ import com.android.tools.smali.dexlib2.iface.reference.FieldReference
|
|||||||
@Patch(
|
@Patch(
|
||||||
name = "Hide ads",
|
name = "Hide ads",
|
||||||
compatiblePackages = [
|
compatiblePackages = [
|
||||||
CompatiblePackage("com.ss.android.ugc.trill", ["30.9.3"]),
|
CompatiblePackage("com.ss.android.ugc.trill", ["30.8.4"]),
|
||||||
CompatiblePackage("com.zhiliaoapp.musically", ["30.9.3"])
|
CompatiblePackage("com.zhiliaoapp.musically", ["30.8.4"])
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
|
Loading…
Reference in New Issue
Block a user