mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 14:44:33 +02:00
11 lines
366 B
Kotlin
11 lines
366 B
Kotlin
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")
|
|
@Description("Changes the OAuth client ID.")
|
|
annotation class ChangeOAuthClientIdPatchAnnotation |