File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
patches/src/main/kotlin/app/revanced/patches/nunl/ads Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ val hideAdsPatch = bytecodePatch(
1414 name = " Hide ads" ,
1515 description = " Hide ads and sponsored articles in list pages and remove pre-roll ads on videos." ,
1616) {
17- compatibleWith(" nl.sanomamedia.android.nu" ( " 11.3.0 " ) )
17+ compatibleWith(" nl.sanomamedia.android.nu" )
1818
1919 dependsOn(sharedExtensionPatch(" nunl" , mainActivityOnCreateHook))
2020
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ import app.revanced.patches.shared.misc.extension.extensionHook
44
55internal val mainActivityOnCreateHook = extensionHook {
66 custom { method, classDef ->
7- classDef.type == " Lnl/sanomamedia/android/nu/main/NUMainActivity; " && method.name == " onCreate"
7+ classDef.endsWith( " /NUApplication; " ) && method.name == " onCreate"
88 }
99}
You can’t perform that action at this time.
0 commit comments