mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 07:39:22 +01:00
fix: use correct patch naming convention
This commit is contained in:
parent
4b20b2dbe0
commit
3d8856b29a
@ -1,10 +1,9 @@
|
|||||||
package app.revanced.patches.reddit.customclients
|
package app.revanced.patches.reddit.customclients
|
||||||
|
|
||||||
import app.revanced.patcher.annotation.Description
|
|
||||||
import app.revanced.patcher.annotation.Name
|
import app.revanced.patcher.annotation.Name
|
||||||
import app.revanced.patcher.patch.annotations.Patch
|
import app.revanced.patcher.patch.annotations.Patch
|
||||||
|
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
@Patch
|
@Patch
|
||||||
@Name("Change oauth client id")
|
@Name("Change OAuth client id")
|
||||||
annotation class ChangeOAuthClientIdPatchAnnotation
|
annotation class ChangeOAuthClientIdPatchAnnotation
|
Loading…
Reference in New Issue
Block a user