Update on android sample resource bundle
[platform/upstream/iotivity.git] / service / resource-container / examples / android / AndroidBundle / build.gradle
index d8b6a5d..dcc70df 100755 (executable)
@@ -1,20 +1,20 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.\r
-\r
-buildscript {\r
-    repositories {\r
-        jcenter()\r
-    }\r
-    dependencies {\r
-        classpath 'com.android.tools.build:gradle:1.3.0'\r
-\r
-        // NOTE: Do not place your application dependencies here; they belong\r
-        // in the individual module build.gradle files\r
-    }\r
-}\r
-\r
-allprojects {\r
-    repositories {\r
-        maven { url 'http://jcenter.bintray.com/' }\r
-        flatDir { dirs 'libs' }\r
-    }\r
-}\r
+// 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:1.3.0'
+
+        // NOTE: Do not place your application dependencies here; they belong
+        // in the individual module build.gradle files
+    }
+}
+
+allprojects {
+    repositories {
+        maven { url 'http://jcenter.bintray.com/' }
+        flatDir { dirs 'libs' }
+    }
+}