Skip to content

Commit

Permalink
Update settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Wlenk authored Aug 17, 2023
1 parent 7dcae60 commit b21ea2d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ dependencyResolutionManagement {
maven { url = 'https://repo.genshit.xyz/maven_repo/' }
google()
mavenCentral()
maven {
url = 'https://maven.pkg.github.com/SkidderMC/ProtoHax'
credentials {
username = System.getenv("USERNAME_GITHUB")
password = System.getenv("TOKEN_GITHUB")
}
}
}
}
rootProject.name = 'ProtoHax-Android'
Expand Down

0 comments on commit b21ea2d

Please sign in to comment.