Skip to content

Instantly share code, notes, and snippets.

@yelinaung
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save yelinaung/e5aa22cd9a9e5dbdc490 to your computer and use it in GitHub Desktop.

Select an option

Save yelinaung/e5aa22cd9a9e5dbdc490 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.
// 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.3.0-beta2"
classpath "com.android.databinding:dataBinder:1.0-rc0"
// 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