Skip to content

Commit

Permalink
chore: Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Feb 14, 2024
1 parent 7684b70 commit fec31f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fec31f4

Please sign in to comment.