mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-20 09:33:57 +00:00
fix(Viber - Hide ads): Add constrain to known working version
This commit is contained in:
@@ -8,7 +8,7 @@ val hideAdsPatch = bytecodePatch(
|
|||||||
name = "Hide Ads",
|
name = "Hide Ads",
|
||||||
description = "Hides ad banners between chats.",
|
description = "Hides ad banners between chats.",
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.viber.voip")
|
compatibleWith("com.viber.voip"("25.9.2.0"))
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
// Return 1 (true) indicating ads should be disabled.
|
// Return 1 (true) indicating ads should be disabled.
|
||||||
|
|||||||
Reference in New Issue
Block a user