feat(citra): add compatibility for canary package (#1256)

This commit is contained in:
FineFindus 2022-12-14 17:04:34 +01:00 committed by oSumAtrIX
parent 4ae7f55de1
commit 42ec0218d8
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -3,5 +3,5 @@ package app.revanced.patches.citra.misc.premium.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package
@Compatibility([Package("org.citra.citra_emu")])
internal annotation class PremiumUnlockCompatbility
@Compatibility([Package("org.citra.citra_emu"), Package("org.citra.citra_emu.canary")])
internal annotation class PremiumUnlockCompatbility