From ff2f342ebd03a4254e523bbf2900feb4839d88d8 Mon Sep 17 00:00:00 2001 From: KIM JungYong Date: Tue, 11 Oct 2016 20:29:54 +0900 Subject: [PATCH] Modify gradle version for building notification service. Change-Id: I93557aac43c2d1c808495dff1120cff737ccea44 Signed-off-by: KIM JungYong Reviewed-on: https://gerrit.iotivity.org/gerrit/13121 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi --- service/notification/examples/android/NotiConsumerExample/build.gradle | 2 +- service/notification/examples/android/NotiProviderExample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service/notification/examples/android/NotiConsumerExample/build.gradle b/service/notification/examples/android/NotiConsumerExample/build.gradle index b009176..3970a2a 100755 --- a/service/notification/examples/android/NotiConsumerExample/build.gradle +++ b/service/notification/examples/android/NotiConsumerExample/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.5.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 diff --git a/service/notification/examples/android/NotiProviderExample/build.gradle b/service/notification/examples/android/NotiProviderExample/build.gradle index b009176..3970a2a 100644 --- a/service/notification/examples/android/NotiProviderExample/build.gradle +++ b/service/notification/examples/android/NotiProviderExample/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.5.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 -- 2.7.4