summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2020-02-12 00:08:06 +0100
committerJavier <dev.git@javispedro.com>2020-02-12 20:48:39 +0100
commitac329e140435c3488ea5dfef89d237e2325da9e4 (patch)
tree47f03d0ae7ef63f9649aed834c0110b47e9936b5 /build.gradle
downloadwallmotion-ac329e140435c3488ea5dfef89d237e2325da9e4.tar.gz
wallmotion-ac329e140435c3488ea5dfef89d237e2325da9e4.zip
initial import
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle27
1 files changed, 27 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..a5bb815
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,27 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+ repositories {
+ google()
+ jcenter()
+
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:3.5.3'
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ google()
+ jcenter()
+
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}