aboutsummaryrefslogtreecommitdiff
path: root/SamsungPrinterRecommendation/build.gradle
diff options
context:
space:
mode:
authorSergey Yakovlev <s.yakovlev@samsung.com>2016-05-23 13:05:53 +0300
committerSergey Yakovlev <s.yakovlev@samsung.com>2016-05-23 13:05:53 +0300
commit784d18262da1ac00750f4f80b64a3edce7085506 (patch)
treeb2bcd4c9cf646d3fa4db262a22db906fd72b0fb9 /SamsungPrinterRecommendation/build.gradle
parent3a33ee20e99646f38127c7aeca5f0616d268a5ce (diff)
downloadexperimental-784d18262da1ac00750f4f80b64a3edce7085506.tar.gz
Samsung Printer Recommendation plugin
Samsung Printer Recommendation plugin based on Printer Recommendation Example Change-Id: I26a62f103bad959418fe717dbc1a519e7ebc1337
Diffstat (limited to 'SamsungPrinterRecommendation/build.gradle')
-rw-r--r--SamsungPrinterRecommendation/build.gradle23
1 files changed, 23 insertions, 0 deletions
diff --git a/SamsungPrinterRecommendation/build.gradle b/SamsungPrinterRecommendation/build.gradle
new file mode 100644
index 0000000..03bced9
--- /dev/null
+++ b/SamsungPrinterRecommendation/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 {
+ jcenter()
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}