mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-01 03:32:54 +01:00
Replace ReVancedTeam with revanced in build.gradle.kts
This commit is contained in:
parent
e3b3a57650
commit
7ffdc7cc05
@ -10,7 +10,7 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven {
|
maven {
|
||||||
url = uri("https://maven.pkg.github.com/ReVancedTeam/revanced-patcher") // note the "r"!
|
url = uri("https://maven.pkg.github.com/revanced/revanced-patcher") // note the "r"!
|
||||||
credentials {
|
credentials {
|
||||||
// DO NOT set these variables in the project's gradle.properties.
|
// DO NOT set these variables in the project's gradle.properties.
|
||||||
// Instead, you should set them in:
|
// Instead, you should set them in:
|
||||||
@ -41,7 +41,7 @@ publishing {
|
|||||||
if (isGitHubCI) {
|
if (isGitHubCI) {
|
||||||
maven {
|
maven {
|
||||||
name = "GitHubPackages"
|
name = "GitHubPackages"
|
||||||
url = uri("https://maven.pkg.github.com/ReVancedTeam/revanced-patches") // note the "s"!
|
url = uri("https://maven.pkg.github.com/revanced/revanced-patches") // note the "s"!
|
||||||
credentials {
|
credentials {
|
||||||
username = System.getenv("GITHUB_ACTOR")
|
username = System.getenv("GITHUB_ACTOR")
|
||||||
password = System.getenv("GITHUB_TOKEN")
|
password = System.getenv("GITHUB_TOKEN")
|
||||||
|
Loading…
Reference in New Issue
Block a user