Replace ReVancedTeam with revanced in build.gradle.kts

This commit is contained in:
autergame 2022-05-06 20:17:10 -03:00 committed by oSumAtrIX
parent cc9416dd11
commit 8f12873200
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -9,7 +9,7 @@ group = "app.revanced"
repositories {
mavenCentral()
maven {
url = uri("https://maven.pkg.github.com/ReVancedTeam/multidexlib2")
url = uri("https://maven.pkg.github.com/revanced/multidexlib2")
credentials {
// DO NOT set these variables in the project's gradle.properties.
// Instead, you should set them in:
@ -52,7 +52,7 @@ publishing {
if (isGitHubCI) {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/ReVancedTeam/revanced-patcher")
url = uri("https://maven.pkg.github.com/revanced/revanced-patcher")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")