Repository: incubator-taverna-mobile Updated Branches: refs/heads/master 03b5b4cb1 -> 7e6973074
android studio update for gradle build version 2.2.2 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/bd0e2665 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/bd0e2665 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/bd0e2665 Branch: refs/heads/master Commit: bd0e266568c6a2a043eefb71042292d22db95666 Parents: 03b5b4c Author: Ian Dunlop <[email protected]> Authored: Tue Nov 1 11:04:59 2016 +0000 Committer: Ian Dunlop <[email protected]> Committed: Tue Nov 1 11:04:59 2016 +0000 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/bd0e2665/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index db53127..29a1e0c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath 'com.android.tools.build:gradle:2.2.1' + classpath 'com.android.tools.build:gradle:2.2.2' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.2.1" // NOTE: Do not place your application dependencies here; they belong
