chore: Upgrade dependencies (#1761)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Benjamin
2024-03-10 11:05:47 -07:00
committed by oSumAtrIX
parent bd7c4aa554
commit a9147ed0c0
6 changed files with 33 additions and 27 deletions

View File

@ -14,6 +14,14 @@ dependencyResolutionManagement {
mavenCentral()
maven("https://jitpack.io")
mavenLocal()
maven {
// A repository must be speficied for some reason. "registry" is a dummy.
url = uri("https://maven.pkg.github.com/revanced/registry")
credentials {
username = System.getenv("GITHUB_ACTOR") ?: extra["gpr.user"] as String?
password = System.getenv("GITHUB_TOKEN") ?: extra["gpr.key"] as String?
}
}
}
}
rootProject.name = "ReVanced Manager"