aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-07-24 01:15:11 +0100
committerZeapo <mohamed@zenadi.com>2014-07-24 01:15:11 +0100
commitbbf0175d69dbfd3d4ac04fb13d8ca322f6c4f2fb (patch)
tree776ac7dfc5c9e6bbecb965b0eedb07dfb451902e /build.gradle
initial commit
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle20
1 files changed, 20 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 00000000..52acdb7a
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,20 @@
+// 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:0.12.+'
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ jcenter()
+ mavenCentral()
+ }
+}