Skip to content

Instantly share code, notes, and snippets.

@Benjamin-Dobell
Created July 13, 2014 19:41
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 Benjamin-Dobell/2db744dd89e487325b65 to your computer and use it in GitHub Desktop.
Save Benjamin-Dobell/2db744dd89e487325b65 to your computer and use it in GitHub Desktop.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
}
}
allprojects {
repositories {
mavenCentral()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment