💉 ReVanced Patcher used to patch Android applications
Find a file
oSumAtrIX 4456031459
feat: Remove patch annotation processor
Unfortunately processing annotations required generating new classes which turned out to be quite cumbersome to work with, especially when trying to publish an API. Therefor, the patch annotation retention is now `RUNTIME`.

BREAKING CHANGE: Various patch constructor signatures have changed.
2023-10-14 19:29:23 +02:00
.github ci: Bump checkout action 2023-09-27 18:02:50 +02:00
api feat: Remove patch annotation processor 2023-10-14 19:29:23 +02:00
gradle feat: Remove patch annotation processor 2023-10-14 19:29:23 +02:00
revanced-patcher feat: Remove patch annotation processor 2023-10-14 19:29:23 +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 feat: Remove patch annotation processor 2023-10-14 19:29:23 +02:00
CHANGELOG.md chore(release): 17.0.1-dev.1 [skip ci] 2023-10-10 18:23:51 +00:00
gradle.properties chore(release): 17.0.1-dev.1 [skip ci] 2023-10-10 18:23:51 +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 feat: Remove patch annotation processor 2023-10-14 19:29:23 +02:00

💉 ReVanced Patcher

ReVanced Patcher used to patch Android applications.