Skip to content

Commit

Permalink
chore: More updates to dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
itachi1706 committed Jun 20, 2024
1 parent 6e7ffed commit 7dfd98e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
jcenter()
}
}

Expand Down

0 comments on commit 7dfd98e

Please sign in to comment.