fix(Viber - Hide ads): Add constrain to known working version
This commit is contained in:
parent
a3ba92e742
commit
2db0948bea
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ val hideAdsPatch = bytecodePatch(
|
|||
name = "Hide Ads",
|
||||
description = "Hides ad banners between chats.",
|
||||
) {
|
||||
compatibleWith("com.viber.voip")
|
||||
compatibleWith("com.viber.voip"("25.9.2.0"))
|
||||
|
||||
execute {
|
||||
// Return 1 (true) indicating ads should be disabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue