summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2015-06-05 12:35:54 -0700
committerEvan Wilson <evan@oliodevices.com>2015-06-05 12:35:54 -0700
commit554696b85e1dfaa7cc2230f3db8b74482a2fcc16 (patch)
tree6b6f2157e4502a835f9878dbf5ecf4d7ecc1619f /build.gradle
downloadWakeDetector-master.tar.xz
WakeDetector-master.zip
Initial commitHEADmaster
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..d3ff69d
--- /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:1.1.0'
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ jcenter()
+ }
+}