diff options
| author | Evan Wilson <evan@oliodevices.com> | 2015-06-05 12:35:54 -0700 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2015-06-05 12:35:54 -0700 |
| commit | 554696b85e1dfaa7cc2230f3db8b74482a2fcc16 (patch) | |
| tree | 6b6f2157e4502a835f9878dbf5ecf4d7ecc1619f /build.gradle | |
| download | WakeDetector-554696b85e1dfaa7cc2230f3db8b74482a2fcc16.tar.xz WakeDetector-554696b85e1dfaa7cc2230f3db8b74482a2fcc16.zip | |
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 19 |
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() + } +} |