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

@ -26,3 +26,5 @@ dependencyResolutionManagement {
}
rootProject.name = "ReVanced Manager"
include(":app")
include(":downloader-plugin")
include(":example-downloader-plugin")