Migrate to new organization

This commit is contained in:
oSumAtrIX 2022-05-07 01:23:20 +02:00 committed by GitHub
parent 38863d532e
commit 3cf297e3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ repositories {
mavenCentral()
mavenLocal()
maven {
url = uri("https://maven.pkg.github.com/ReVancedTeam/multidexlib2")
url = uri("https://maven.pkg.github.com/revanced/multidexlib2")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR") // DO NOT CHANGE!
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN") // DO NOT CHANGE!
@ -47,4 +47,4 @@ tasks {
attributes("Implementation-Version" to project.version)
}
}
}
}