We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9d6b8 commit 0aa4601Copy full SHA for 0aa4601
1 file changed
build.gradle.kts
@@ -18,7 +18,7 @@ repositories {
18
mavenCentral()
19
google()
20
maven {
21
- name = "GitHubPackages"
+ name = "githubPackages"
22
// A repository must be specified for some reason. "registry" is a dummy.
23
url = uri("https://maven.pkg.github.com/revanced/registry")
24
credentials(PasswordCredentials::class)
0 commit comments