Skip to content

Commit

Permalink
Add jitpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Jul 18, 2023
1 parent 8b1e201 commit 82637a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.gradle
Expand Up @@ -3,13 +3,15 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
rootProject.name = "AmazeTrashBin"
Expand Down

0 comments on commit 82637a5

Please sign in to comment.