feat(sleepasandroid): unlock-premium patch (#1172)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
aliveoutside
2022-12-01 20:18:43 +03:00
committed by GitHub
parent a43d149660
commit 40ef51c3c4
3 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package app.revanced.patches.sleepasandroid.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package
@Compatibility([Package("com.urbandroid.sleep")])
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
internal annotation class UnlockPremiumCompatibility