Skip to content

Instantly share code, notes, and snippets.

@kunishi
Created March 13, 2015 06:40
Show Gist options
  • Save kunishi/35bebfcb072f53523327 to your computer and use it in GitHub Desktop.
Save kunishi/35bebfcb072f53523327 to your computer and use it in GitHub Desktop.
build.gradle on top of the project.
// 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.1.0'
}
}
allprojects {
repositories {
maven {
url 'https://github.com/powerje/mvn-repo/raw/master/'
}
jcenter()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment