refactor: Bump ReVanced Patcher & merge integrations by using ReVanced Patches Gradle plugin

BREAKING CHANGE: ReVanced Patcher >= 21 required
This commit is contained in:
inotia00
2024-12-07 22:13:39 +09:00
parent f074c3ecc5
commit b31865afbe
2706 changed files with 64970 additions and 30705 deletions

9
extensions/shared/proguard-rules.pro vendored Normal file
View File

@ -0,0 +1,9 @@
-dontobfuscate
-dontoptimize
-keepattributes *
-keep class app.revanced.** {
*;
}
-keep class com.google.** {
*;
}