From: KIM JungYong Date: Tue, 11 Oct 2016 11:29:54 +0000 (+0900) Subject: Modify gradle version for building notification service. X-Git-Tag: 1.2.0+RC4~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff2f342ebd03a4254e523bbf2900feb4839d88d8;p=platform%2Fupstream%2Fiotivity.git 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 --- 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