build(Needs bump): Use artifacts from Jitpack
This commit is contained in:
parent
a8b0781d76
commit
540e6d63d1
2 changed files with 5 additions and 11 deletions
|
|
@ -9,13 +9,7 @@ repositories {
|
|||
mavenCentral()
|
||||
mavenLocal()
|
||||
google()
|
||||
maven {
|
||||
url = uri("https://maven.pkg.github.com/revanced/revanced-patcher")
|
||||
credentials {
|
||||
username = project.findProperty("gpr.user") as? String ?: System.getenv("GITHUB_ACTOR")
|
||||
password = project.findProperty("gpr.key") as? String ?: System.getenv("GITHUB_TOKEN")
|
||||
}
|
||||
}
|
||||
maven { url = uri("https://jitpack.io") }
|
||||
// Required for FlexVer-Java
|
||||
maven {
|
||||
url = uri("https://repo.sleeping.town")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue