💉 ReVanced Patcher used to patch Android applications
Find a file
oSumAtrIX 3b4db3ddb7
feat!: Remove patch annotations
Annotations required reflection and working with them turned out to be rather cumbersome. The annotations have been replaced with properties for the most part.

BREAKING CHANGE: 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.
2023-09-04 05:24:29 +02:00
.github build: use binary compatibility validator 2023-08-29 03:47:21 +02:00
api feat!: Remove patch annotations 2023-09-04 05:24:29 +02:00
gradle build: use binary compatibility validator 2023-08-29 03:47:21 +02:00
src feat!: Remove patch annotations 2023-09-04 05:24:29 +02:00
.gitattributes build: update gradle 2023-07-06 18:15:40 +02:00
.gitignore chore: remove project files 2023-03-02 19:23:41 +01:00
.releaserc ci: Change bumping commit scope 2023-07-30 02:50:41 +02:00
build.gradle.kts build: use binary compatibility validator 2023-08-29 03:47:21 +02:00
CHANGELOG.md chore(release): 14.2.2 [skip ci] 2023-08-30 17:25:12 +00:00
gradle.properties chore(release): 14.2.2 [skip ci] 2023-08-30 17:25:12 +00:00
gradlew build: update gradle 2023-07-06 18:15:40 +02:00
gradlew.bat build: update gradle 2023-07-06 18:15:40 +02:00
LICENSE License ReVanced Patcher under GPLv3 2022-03-20 00:16:53 +01:00
package-lock.json ci: update actions (#158) 2023-02-13 22:29:20 +01:00
package.json ci: update actions (#158) 2023-02-13 22:29:20 +01:00
README.md docs: fix heading 2023-05-08 01:03:11 +02:00
settings.gradle.kts build: migrate dependencies to version catalogs 2023-08-23 04:30:31 +02:00

💉 ReVanced Patcher

ReVanced Patcher used to patch Android applications.