feat: Setup CI/CD

This commit is contained in:
oSumAtrIX
2024-02-01 03:54:04 +01:00
parent 1dccfd2def
commit c736a75d92
15 changed files with 7842 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
rootProject.name = "app.revanced.revanced-api"
rootProject.name = "revanced-api"
buildCache {
local {
isEnabled = "CI" !in System.getenv()
}
}
}