Created
April 7, 2014 19:11
-
-
Save matsumotius/10032642 to your computer and use it in GitHub Desktop.
This file contains 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 { | |
mavenCentral() | |
maven { | |
url 'https://raw.github.com/ark/ark/master/releases/' | |
} | |
} | |
dependencies { | |
classpath 'com.android.tools.build:gradle:0.8.+' | |
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.2+' | |
} | |
} | |
allprojects { | |
repositories { | |
mavenCentral() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment