feat: Add downloader plugin system (#2041)

This commit is contained in:
Ax333l
2024-12-19 21:41:04 +01:00
committed by oSumAtrIX
parent 94e26ba053
commit 04a78fabff
84 changed files with 2984 additions and 1105 deletions

View File

@ -49,6 +49,10 @@
-keep class com.android.** {
*;
}
-keep class app.revanced.manager.plugin.** {
*;
}
-dontwarn com.google.auto.value.**
-dontwarn java.awt.**
-dontwarn javax.**