Modify gradle version for building notification service.
authorKIM JungYong <jyong2.kim@samsung.com>
Tue, 11 Oct 2016 11:29:54 +0000 (20:29 +0900)
committerUze Choi <uzchoi@samsung.com>
Wed, 12 Oct 2016 04:45:51 +0000 (04:45 +0000)
Change-Id: I93557aac43c2d1c808495dff1120cff737ccea44
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/13103
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/notification/examples/android/NotiConsumerExample/build.gradle
service/notification/examples/android/NotiProviderExample/build.gradle

index b0091762e48130668a4e6425b6200f8071d75c5a..3970a2aa381af6cac2c2f4a9f25e6f2c78cf306a 100755 (executable)
@@ -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
index b0091762e48130668a4e6425b6200f8071d75c5a..3970a2aa381af6cac2c2f4a9f25e6f2c78cf306a 100644 (file)
@@ -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