mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(metanav/fix-scaling): use semantic versioning in package versions
This commit is contained in:
parent
3704ce22db
commit
a9445a823e
2 changed files with 3 additions and 9 deletions
|
@ -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 a new issue