Skip to content

Commit ea76edf

Browse files
committed
feat(duolingo): Add UnlockDuolingoSuperPatch for feature unlocking
- Implemented UnlockDuolingoSuperPatch to enable access to Duolingo Super features. - Added necessary methods for executing the patch within the Bytecode context.
1 parent 588d225 commit ea76edf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

patches/api/patches.api

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@ public final class app/revanced/patches/facebook/ads/mainfeed/HideSponsoredStori
188188
public static final fun getHideSponsoredStoriesPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
189189
}
190190

191+
public final class app/revanced/patches/duolingo/unlocksuper/UnlockDuolingoSuperPatch : app/revanced/patcher/patch/BytecodePatch {
192+
public static final field INSTANCE Lapp/revanced/patches/duolingo/unlocksuper/UnlockDuolingoSuperPatch;
193+
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
194+
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
195+
}
196+
191197
public final class app/revanced/patches/facebook/ads/story/HideStoryAdsPatchKt {
192198
public static final fun getHideStoryAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
193199
}

0 commit comments

Comments
 (0)