Imported Upstream version 1.1.0
[platform/upstream/iotivity.git] / service / resource-container / examples / android / RCSampleServerApp / build.gradle
old mode 100644 (file)
new mode 100755 (executable)
index 34a7ef9..2d39d08
@@ -2,10 +2,12 @@
 
 buildscript {
     repositories {
-        jcenter()
+        maven{
+            url "http://jcenter.bintray.com/"
+        }
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:1.0.0'
+        classpath 'com.android.tools.build:gradle:1.3.0'
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
@@ -14,10 +16,14 @@ buildscript {
 
 allprojects {
     repositories {
-        jcenter()
+        maven{
+            url "http://jcenter.bintray.com/"
+        }
 
         flatDir {
             dirs 'libs'
         }
     }
 }
+
+