From 848cfa51b7de694fbcef75b41818b33ed81b7359 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sat, 2 Aug 2014 18:02:08 +0100 Subject: Initial commit of Android Studio project --- build.gradle | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 build.gradle (limited to 'build.gradle') 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() + } +} -- cgit v1.2.3