Created
March 13, 2015 06:40
-
-
Save kunishi/35bebfcb072f53523327 to your computer and use it in GitHub Desktop.
build.gradle on top of the project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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