Skip to content

Instantly share code, notes, and snippets.

@marcauberer
Last active May 12, 2021 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcauberer/cbdd8dc5d329700c6753b85f0975db88 to your computer and use it in GitHub Desktop.
Save marcauberer/cbdd8dc5d329700c6753b85f0975db88 to your computer and use it in GitHub Desktop.
Simple Settings - Dependencies in build.gradle
allprojects {
repositories {
...
maven { url "https://jitpack.io" } // Required due to internal dependencies
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment