mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 05:46:16 +00:00
feat!: Add patch annotation processor
This commit introduces an annotation processor for patches. Patches can use the `@Patch` instead of super constructor parameters. BREAKING CHANGE: The manifest for patches has been removed, and the properties have been added to patches. Patches are now `OptionsContainer`. The `@Patch` annotation has been removed in favour of the `@Patch` annotation from the annotation processor.
This commit is contained in:
@@ -19,4 +19,4 @@ dependencyResolutionManagement {
|
||||
}
|
||||
}
|
||||
|
||||
include("revanced-patcher")
|
||||
include("revanced-patch-annotations-processor", "revanced-patcher")
|
||||
Reference in New Issue
Block a user