Skip to content

Instantly share code, notes, and snippets.

@alfianyusufabdullah
Created January 2, 2018 11:14
Show Gist options
  • Save alfianyusufabdullah/7ee816e3611bfa20ca223516f194ed7c to your computer and use it in GitHub Desktop.
Save alfianyusufabdullah/7ee816e3611bfa20ca223516f194ed7c to your computer and use it in GitHub Desktop.
medium - gradle1
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment