summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2014-08-02 18:02:08 +0100
committerJoe Robinson <joe@lc8n.com>2014-08-02 18:02:08 +0100
commit848cfa51b7de694fbcef75b41818b33ed81b7359 (patch)
treee57a77a6e5d38e053af9722384a0e5d638f565f9 /build.gradle
Initial commit of Android Studio project
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle19
1 files changed, 19 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..a75fc81
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,19 @@
+// 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()
+ }
+}