Skip to content

Instantly share code, notes, and snippets.

@jmsalcido
Last active February 17, 2017 18:41
Show Gist options
  • Save jmsalcido/f87b8ed026e907a51198da08bd2c6516 to your computer and use it in GitHub Desktop.
Save jmsalcido/f87b8ed026e907a51198da08bd2c6516 to your computer and use it in GitHub Desktop.
mas alla en android - jcenter mavenCentral - 2
allprojects {
repositories {
// repository 1 - jcenter / bintray
jcenter()
// repository 2 - mavenCentral
mavenCentral()
// repository 3 - custom
maven { url 'https://maven.fabric.io/public' }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment