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

1 comment on commit 516e8a1

@cyberboh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually broken, last working version is 30.8.4.
30.9.1 and up is broken , tested personally ReVanced/revanced-patches#2832
This is the log from 30.9.3 ==> https://paste2.org/xEss7ZXc both trill and mucally in the pkg name

Please sign in to comment.