Skip to content

Instantly share code, notes, and snippets.

@rohandalvi
Created April 21, 2015 02:54
Show Gist options
  • Save rohandalvi/9e5fe0c7328f4329a103 to your computer and use it in GitHub Desktop.
Save rohandalvi/9e5fe0c7328f4329a103 to your computer and use it in GitHub Desktop.
Project Gradle file
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
// 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