mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-07 01:51:27 +01:00
fix(Duolingo - Disable ads): Constrain patch to last working app target
This commit is contained in:
@@ -9,7 +9,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
|
|||||||
val disableAdsPatch = bytecodePatch(
|
val disableAdsPatch = bytecodePatch(
|
||||||
"Disable ads",
|
"Disable ads",
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.duolingo")
|
// 6.55.3 and higher can show ads after each exercise.
|
||||||
|
compatibleWith("com.duolingo"("6.54.5"))
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
// Couple approaches to remove ads exist:
|
// Couple approaches to remove ads exist:
|
||||||
|
|||||||
Reference in New Issue
Block a user