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 f93085f782
commit 1319a03651
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)