summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-05-05 02:01:57 -0700
committerAdnan Begovic <adnan@cyngn.com>2016-05-05 02:01:57 -0700
commit8194502f0dd19e0199955322f2ad26dc4989c911 (patch)
tree59196e6530e4772a7af5ee428673bc05eb329c7e /build.gradle
downloadandroid_packages_apps_YahooWeatherProvider-8194502f0dd19e0199955322f2ad26dc4989c911.tar.gz
android_packages_apps_YahooWeatherProvider-8194502f0dd19e0199955322f2ad26dc4989c911.tar.bz2
android_packages_apps_YahooWeatherProvider-8194502f0dd19e0199955322f2ad26dc4989c911.zip
YahooCM: Initial checkin.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle23
1 files changed, 23 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..f3e5ae9
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,23 @@
+// 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:2.1.0'
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ mavenCentral()
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}