feat: move plugin api to another repository

This commit is contained in:
Ax333l
2025-04-28 17:19:07 +02:00
committed by oSumAtrIX
parent 26778f57e6
commit 55e7ebf4fc
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)