update gradle
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/0f48388d Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/0f48388d Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/0f48388d Branch: refs/heads/master Commit: 0f48388d8bcfbe6063330dc4bb3b8755b9b367af Parents: 45e7b38 Author: Sagar <[email protected]> Authored: Sat Sep 24 14:53:56 2016 +0530 Committer: Sagar <[email protected]> Committed: Sat Sep 24 14:53:56 2016 +0530 ---------------------------------------------------------------------- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/0f48388d/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 51ff6b9..fda2b59 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.2' + classpath 'com.android.tools.build:gradle:2.2.0' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // NOTE: Do not place your application dependencies here; they belong http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/0f48388d/gradle/wrapper/gradle-wrapper.properties ---------------------------------------------------------------------- diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f13e8da..620ab85 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,6 @@ -#Mon Jun 13 14:56:44 IST 2016 -#Fri Jun 10 16:01:58 GMT+05:30 2016 +#Sat Sep 24 14:50:13 IST 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
