From 76edd6c448c55c4f9bcf37509ec372149c966993 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 25 Dec 2015 13:38:31 +0100 Subject: first commit --- AndroidClient/build.gradle | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 AndroidClient/build.gradle (limited to 'AndroidClient/build.gradle') diff --git a/AndroidClient/build.gradle b/AndroidClient/build.gradle new file mode 100644 index 0000000..234dff0 --- /dev/null +++ b/AndroidClient/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:1.0.0-rc4' + + // NOTE: Do not place your application dependencies here; they belong + // in the individual module build.gradle files + } +} + +allprojects { + repositories { + jcenter() + } +} -- cgit v1.3.1