mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-11 20:46:09 +01:00
fix(metanav/fix-scaling): use semantic versioning in package versions
This commit is contained in:
parent
e35bdf0193
commit
e327a0eb2f
@ -3,8 +3,7 @@ package app.revanced.patches.metanav.scaling.annotations
|
||||
import app.revanced.patcher.annotation.Compatibility
|
||||
import app.revanced.patcher.annotation.Package
|
||||
|
||||
@Compatibility([Package("com.metanav", arrayOf("1.0"))])
|
||||
@Compatibility([Package("com.metanav", arrayOf("0.1.0"))])
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class FixScalingCompatibility {
|
||||
}
|
||||
internal annotation class FixScalingCompatibility
|
@ -11,13 +11,8 @@ import app.revanced.patcher.patch.annotations.Patch
|
||||
import app.revanced.patches.metanav.scaling.annotations.FixScalingCompatibility
|
||||
import org.w3c.dom.Element
|
||||
|
||||
/**
|
||||
* Fixes the scaling in the Metaverse Navigator app for Persona 5, aka "metaNav"
|
||||
*
|
||||
* @author halotroop2288
|
||||
*/
|
||||
@Patch
|
||||
@Name("fix-metanav-scaling")
|
||||
@Name("fix-scaling")
|
||||
@Description("Scales the content properly.")
|
||||
@FixScalingCompatibility
|
||||
@Version("0.0.1")
|
||||
|
Loading…
Reference in New Issue
Block a user