Merge branch 'master' into notification-service
[platform/upstream/iotivity.git] / service / notification / examples / android / NotiConsumerExample / build.gradle
1 // Top-level build file where you can add configuration options common to all sub-projects/modules.\r
2 \r
3 buildscript {\r
4     repositories {\r
5         jcenter()\r
6     }\r
7     dependencies {\r
8         classpath 'com.android.tools.build:gradle:1.5.0'\r
9 \r
10         // NOTE: Do not place your application dependencies here; they belong\r
11         // in the individual module build.gradle files\r
12     }\r
13 }\r
14 \r
15 allprojects {\r
16     repositories {\r
17         jcenter()\r
18     }\r
19 }\r
20 \r
21 task clean(type: Delete) {\r
22     delete rootProject.buildDir\r
23 }\r