summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumar G S <senthil.gs@samsung.com>2019-11-19 15:07:23 +0530
committerDoHyun Pyun <dh79.pyun@samsung.com>2019-11-28 16:25:41 +0900
commit8a0ac5e00b05b2e246fe0c6e62447b3ed6bc6ea1 (patch)
treebb13bd16cfc3b17df4a1e87e6dfd878afa96c367
parentbf5a334178217560d061c96a4dc4e85e96eb5a0c (diff)
downloadiotivity-8a0ac5e00b05b2e246fe0c6e62447b3ed6bc6ea1.tar.gz
iotivity-8a0ac5e00b05b2e246fe0c6e62447b3ed6bc6ea1.tar.bz2
iotivity-8a0ac5e00b05b2e246fe0c6e62447b3ed6bc6ea1.zip
Android QuickBuild fix.
https://github.sec.samsung.net/RS7-IOTIVITY/IoTivity/commit/6c1a44b94988d8fe7147c64461d76ff666afa223 (cherry-picked from 6c1a44b94988d8fe7147c64461d76ff666afa223) Change-Id: Icd343a4d03c71aff46dd48a935131e4a6dcdbb89 Signed-off-by: Senthil Kumar G S <senthil.gs@samsung.com> Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--[-rwxr-xr-x]android/android_api/build.gradle4
-rw-r--r--[-rwxr-xr-x]service/easy-setup/mediator/richsdk/android/build.gradle6
-rw-r--r--service/notification/android/build.gradle2
-rw-r--r--service/resource-container/android/build.gradle2
-rw-r--r--service/resource-encapsulation/android/build.gradle2
5 files changed, 12 insertions, 4 deletions
diff --git a/android/android_api/build.gradle b/android/android_api/build.gradle
index cfcb3a21f..81a0c8f63 100755..100644
--- a/android/android_api/build.gradle
+++ b/android/android_api/build.gradle
@@ -24,6 +24,7 @@
buildscript {
repositories {
+ mavenCentral()
jcenter()
}
dependencies {
@@ -35,7 +36,8 @@ buildscript {
}
allprojects {
- repositories {
+ repositories {
+ mavenCentral()
jcenter()
}
}
diff --git a/service/easy-setup/mediator/richsdk/android/build.gradle b/service/easy-setup/mediator/richsdk/android/build.gradle
index 31e5eedba..b9bf4c47d 100755..100644
--- a/service/easy-setup/mediator/richsdk/android/build.gradle
+++ b/service/easy-setup/mediator/richsdk/android/build.gradle
@@ -21,6 +21,7 @@
buildscript {
repositories {
+ mavenCentral()
jcenter()
}
dependencies {
@@ -33,9 +34,8 @@ buildscript {
allprojects {
repositories {
- jcenter {
- url "http://jcenter.bintray.com/"
- }
+ mavenCentral()
+ jcenter { url "http://jcenter.bintray.com/" }
flatDir {
dirs "../../../../../../android/android_api/base/build/outputs/aar/"
}
diff --git a/service/notification/android/build.gradle b/service/notification/android/build.gradle
index cbfddfd76..7e38f762e 100644
--- a/service/notification/android/build.gradle
+++ b/service/notification/android/build.gradle
@@ -21,6 +21,7 @@
buildscript {
repositories {
+ mavenCentral()
jcenter()
}
dependencies {
@@ -33,6 +34,7 @@ buildscript {
allprojects {
repositories {
+ mavenCentral()
jcenter {
url "http://jcenter.bintray.com/"
}
diff --git a/service/resource-container/android/build.gradle b/service/resource-container/android/build.gradle
index cbfddfd76..5cf7264d6 100644
--- a/service/resource-container/android/build.gradle
+++ b/service/resource-container/android/build.gradle
@@ -21,6 +21,7 @@
buildscript {
repositories {
+ mavenCentral()
jcenter()
}
dependencies {
@@ -33,6 +34,7 @@ buildscript {
allprojects {
repositories {
+ mavenCentral()
jcenter {
url "http://jcenter.bintray.com/"
}
diff --git a/service/resource-encapsulation/android/build.gradle b/service/resource-encapsulation/android/build.gradle
index cbfddfd76..92321feaf 100644
--- a/service/resource-encapsulation/android/build.gradle
+++ b/service/resource-encapsulation/android/build.gradle
@@ -21,6 +21,7 @@
buildscript {
repositories {
+ mavenCentral()
jcenter()
}
dependencies {
@@ -33,6 +34,7 @@ buildscript {
allprojects {
repositories {
+ mavenCentral()
jcenter {
url "http://jcenter.bintray.com/"
}