Skip to content

Commit

Permalink
Migrate to new organization
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored May 6, 2022
1 parent 38863d5 commit 3cf297e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -47,4 +47,4 @@ tasks {
attributes("Implementation-Version" to project.version)
}
}
}
}

0 comments on commit 3cf297e

Please sign in to comment.