feat: move plugin api to another repository

This commit is contained in:
Ax333l
2025-04-28 17:19:07 +02:00
parent ee07621e37
commit d37ed050bc
32 changed files with 6 additions and 1345 deletions

View File

@@ -161,7 +161,7 @@ dependencies {
implementation(libs.revanced.library)
// Downloader plugins
implementation(project(":downloader-plugin"))
implementation(libs.plugin.api)
// Native processes
implementation(libs.kotlin.process)