mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-22 19:08:52 +02:00

# [15.0.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v14.2.2...v15.0.0-dev.1) (2023-09-04) * feat!: Add patch annotation processor ([3fc6a13](3fc6a139ee
)) * feat!: Remove patch annotations ([3b4db3d](3b4db3ddb7
)) ### Features * Add patch annotation processor ([#231](https://github.com/ReVanced/revanced-patcher/issues/231)) ([a29931f](a29931f2ec
)) ### BREAKING CHANGES * 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. * Patch annotations have been removed. PatcherException is now thrown in various places. PatchBundleLoader is now a map of patches associated by their name. Patches are now instances.
5 lines
105 B
INI
5 lines
105 B
INI
org.gradle.parallel = true
|
|
org.gradle.caching = true
|
|
kotlin.code.style = official
|
|
version = 15.0.0-dev.1
|