This is an automated email from the ASF dual-hosted git repository.
normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git
The following commit(s) were added to refs/heads/master by this push:
new fe4d4ae feat: upgrade [email protected] (#1174)
fe4d4ae is described below
commit fe4d4aeff05e02fb4b36bdd631b27a0a838fe978
Author: Mosab A <[email protected]>
AuthorDate: Sat Mar 27 16:35:27 2021 +0300
feat: upgrade [email protected] (#1174)
* Gradle Update to 6.8.3
* Update build.gradle
* Update wrapper.gradle
* Update wrapper.gradle
---
bin/templates/cordova/lib/builders/ProjectBuilder.js | 2 +-
bin/templates/project/app/build.gradle | 2 +-
test/android/wrapper.gradle | 2 +-
test/androidx/wrapper.gradle | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/templates/cordova/lib/builders/ProjectBuilder.js
b/bin/templates/cordova/lib/builders/ProjectBuilder.js
index e92a18f..f4be4ae 100644
--- a/bin/templates/cordova/lib/builders/ProjectBuilder.js
+++ b/bin/templates/cordova/lib/builders/ProjectBuilder.js
@@ -268,7 +268,7 @@ class ProjectBuilder {
// update/set the distributionUrl in the
gradle-wrapper.properties
const gradleWrapperPropertiesPath = path.join(self.root,
'gradle/wrapper/gradle-wrapper.properties');
const gradleWrapperProperties =
createEditor(gradleWrapperPropertiesPath);
- const distributionUrl =
process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL ||
'https://services.gradle.org/distributions/gradle-6.6.1-all.zip';
+ const distributionUrl =
process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL ||
'https://services.gradle.org/distributions/gradle-6.8.3-all.zip';
gradleWrapperProperties.set('distributionUrl',
distributionUrl);
gradleWrapperProperties.save();
diff --git a/bin/templates/project/app/build.gradle
b/bin/templates/project/app/build.gradle
index 2bca648..21424ea 100644
--- a/bin/templates/project/app/build.gradle
+++ b/bin/templates/project/app/build.gradle
@@ -89,7 +89,7 @@ allprojects {
}
task wrapper(type: Wrapper) {
- gradleVersion = '6.6.1'
+ gradleVersion = '6.8.3'
}
// Configuration properties. Set these via environment variables,
build-extras.gradle, or gradle.properties.
diff --git a/test/android/wrapper.gradle b/test/android/wrapper.gradle
index bd50de8..80394fa 100644
--- a/test/android/wrapper.gradle
+++ b/test/android/wrapper.gradle
@@ -17,5 +17,5 @@
*/
wrapper {
- gradleVersion = '6.6.1'
+ gradleVersion = '6.8.3'
}
diff --git a/test/androidx/wrapper.gradle b/test/androidx/wrapper.gradle
index bd50de8..80394fa 100644
--- a/test/androidx/wrapper.gradle
+++ b/test/androidx/wrapper.gradle
@@ -17,5 +17,5 @@
*/
wrapper {
- gradleVersion = '6.6.1'
+ gradleVersion = '6.8.3'
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]