Update compatibility for DisableAdsPatch
This commit is contained in:
parent
c450a795ea
commit
57bf1e3697
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ val disableAdsPatch = bytecodePatch(
|
||||||
"Disable ads",
|
"Disable ads",
|
||||||
) {
|
) {
|
||||||
// 6.55.3 and higher can show ads after each exercise.
|
// 6.55.3 and higher can show ads after each exercise.
|
||||||
compatibleWith("com.duolingo"("6.54.5"))
|
compatibleWith("com.duolingo")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
// Couple approaches to remove ads exist:
|
// Couple approaches to remove ads exist:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue