Skip to content

Instantly share code, notes, and snippets.

@umetsu
Last active August 29, 2015 14:03
Show Gist options
  • Save umetsu/0f94f900cedbce284123 to your computer and use it in GitHub Desktop.
Save umetsu/0f94f900cedbce284123 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 {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'me.champeau.gradle:gradle-groovy-android-plugin:0.2.+'
// 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