fix(Duolingo - Disable ads): Constrain patch to last working app target
This commit is contained in:
parent
e030e9c07a
commit
f238ae9895
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
|
|||
val disableAdsPatch = bytecodePatch(
|
||||
"Disable ads",
|
||||
) {
|
||||
compatibleWith("com.duolingo")
|
||||
// 6.55.3 and higher can show ads after each exercise.
|
||||
compatibleWith("com.duolingo"("6.54.5"))
|
||||
|
||||
execute {
|
||||
// Couple approaches to remove ads exist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue