Imported Upstream version 1.0.0
[platform/upstream/iotivity.git] / resource / csdk / connectivity / samples / android / casample / build.gradle
1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 buildscript {
3     repositories {
4         jcenter()
5                 {
6                         url "http://jcenter.bintray.com"
7                 }
8     }
9     dependencies {
10         classpath 'com.android.tools.build:gradle:1.3.0'
11     }
12 }
13
14 allprojects {
15     repositories {
16         jcenter()
17                 {
18                         url "http://jcenter.bintray.com"
19                 }
20     }
21 }