Skip to content

Instantly share code, notes, and snippets.

@SeanZoR
Created June 17, 2015 14:28
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 SeanZoR/af0932faea7d74e3a98e to your computer and use it in GitHub Desktop.
Save SeanZoR/af0932faea7d74e3a98e to your computer and use it in GitHub Desktop.
Adding a top level build.gradle file
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment