mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
chore: Add note
This commit is contained in:
parent
7684b70324
commit
fec31f45da
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ repositories {
|
|||
mavenLocal()
|
||||
google()
|
||||
maven {
|
||||
// A repository must be speficied for some reason. "registry" is a dummy.
|
||||
url = uri("https://maven.pkg.github.com/revanced/registry")
|
||||
credentials {
|
||||
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
|
||||
|
|
Loading…
Reference in a new issue