Update compatibility for DisableAdsPatch

This commit is contained in:
nmknm 2026-03-06 14:50:45 +02:00 committed by GitHub
parent c450a795ea
commit 57bf1e3697
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: