Skip to content

Commit

Permalink
feat(TikTok - Hide ads): Constrain to last working version
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 1, 2023
1 parent c372590 commit 516e8a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 516e8a1

Please sign in to comment.