Skip to content

Instantly share code, notes, and snippets.

@SeongUgJung
Created October 10, 2016 16:37
Show Gist options
  • Save SeongUgJung/4511f0c31be816721aace9ce71004f01 to your computer and use it in GitHub Desktop.
Save SeongUgJung/4511f0c31be816721aace9ce71004f01 to your computer and use it in GitHub Desktop.
// dependencies-classpath.gradle
rootProject.buildscript.repositories {
jcenter()
}
rootProject.buildscript.dependencies {
classpath rootProject.ext.dependencies.classpath.android
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment