fix: use correct patch naming convention
This commit is contained in:
parent
6d474fb083
commit
668d1fda49
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
|||
package app.revanced.patches.reddit.customclients
|
||||
|
||||
import app.revanced.patcher.annotation.Description
|
||||
import app.revanced.patcher.annotation.Name
|
||||
import app.revanced.patcher.patch.annotations.Patch
|
||||
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
@Patch
|
||||
@Name("Change oauth client id")
|
||||
@Name("Change OAuth client id")
|
||||
annotation class ChangeOAuthClientIdPatchAnnotation
|
||||
Loading…
Add table
Add a link
Reference in a new issue