chore: Move API project from separate repo to this

Set up CI to publish the API library package as well as release the app.
This commit is contained in:
oSumAtrIX
2025-05-22 10:18:35 +02:00
parent 2b380b0d7c
commit 07158ae1d1
21 changed files with 1288 additions and 111 deletions

View File

@ -22,5 +22,5 @@ dependencyResolutionManagement {
}
}
rootProject.name = "ReVanced Manager"
include(":app")
rootProject.name = "revanced-manager"
include(":app", ":api")