mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 22:46:59 +01:00
feat(citra): add compatibility for canary package (#1256)
This commit is contained in:
parent
4ae7f55de1
commit
42ec0218d8
@ -3,5 +3,5 @@ package app.revanced.patches.citra.misc.premium.annotations
|
|||||||
import app.revanced.patcher.annotation.Compatibility
|
import app.revanced.patcher.annotation.Compatibility
|
||||||
import app.revanced.patcher.annotation.Package
|
import app.revanced.patcher.annotation.Package
|
||||||
|
|
||||||
@Compatibility([Package("org.citra.citra_emu")])
|
@Compatibility([Package("org.citra.citra_emu"), Package("org.citra.citra_emu.canary")])
|
||||||
internal annotation class PremiumUnlockCompatbility
|
internal annotation class PremiumUnlockCompatbility
|
Loading…
Reference in New Issue
Block a user