You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2016/09/26 22:28:34 UTC

[3/3] android commit: CB-11907: Bumping Gradle to work with Android Studio 2.2 and the Gradle Plugin, I should have done this last commit

CB-11907: Bumping Gradle to work with Android Studio 2.2 and the Gradle Plugin, I should have done this last commit

This closes #336


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/9cf38f87
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/9cf38f87
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/9cf38f87

Branch: refs/heads/master
Commit: 9cf38f8705654e28ae2e2fa6d3044295afc6c185
Parents: 7de4803
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Sep 26 15:05:23 2016 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Sep 26 15:28:02 2016 -0700

----------------------------------------------------------------------
 bin/templates/project/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/9cf38f87/bin/templates/project/build.gradle
----------------------------------------------------------------------
diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle
index 85a6272..d40cfda 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -43,7 +43,7 @@ allprojects {
 }
 
 task wrapper(type: Wrapper) {
-    gradleVersion = '2.13'
+    gradleVersion = '2.14.1'
 }
 
 // Configuration properties. Set these via environment variables, build-extras.gradle, or gradle.properties.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org