Repository: cordova-android
Updated Branches:
  refs/heads/master e182e669f -> 84de9ee0d


CB-12574 - Bumping Version

This closes #368


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

Branch: refs/heads/master
Commit: 84de9ee0da0551cb16896953777f78d2a6d5e58d
Parents: e182e66
Author: Joe Bowser <[email protected]>
Authored: Wed Mar 15 13:19:58 2017 -0700
Committer: Joe Bowser <[email protected]>
Committed: Wed Mar 15 13:31:24 2017 -0700

----------------------------------------------------------------------
 bin/templates/cordova/lib/builders/GradleBuilder.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/84de9ee0/bin/templates/cordova/lib/builders/GradleBuilder.js
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/lib/builders/GradleBuilder.js 
b/bin/templates/cordova/lib/builders/GradleBuilder.js
index b068f64..5b5ce13 100644
--- a/bin/templates/cordova/lib/builders/GradleBuilder.js
+++ b/bin/templates/cordova/lib/builders/GradleBuilder.js
@@ -199,7 +199,7 @@ GradleBuilder.prototype.prepEnv = function(opts) {
         // For some reason, using ^ and $ don't work.  This does the job, 
though.
         var distributionUrlRegex = /distributionUrl.*zip/;
         /*jshint -W069 */
-        var distributionUrl = 
process.env['CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL'] || 
'https\\://services.gradle.org/distributions/gradle-2.14.1-all.zip';
+        var distributionUrl = 
process.env['CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL'] || 
'https\\://services.gradle.org/distributions/gradle-3.3-all.zip';
         /*jshint +W069 */
         var gradleWrapperPropertiesPath = path.join(self.root, 'gradle', 
'wrapper', 'gradle-wrapper.properties');
         shell.chmod('u+w', gradleWrapperPropertiesPath);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to