Skip to content

Instantly share code, notes, and snippets.

@WonderCsabo
Created November 26, 2014 12:45
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 WonderCsabo/024be79139b96a4e5df0 to your computer and use it in GitHub Desktop.
Save WonderCsabo/024be79139b96a4e5df0 to your computer and use it in GitHub Desktop.
An example root gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
mavenCentral()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment