You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/07/07 02:11:29 UTC

[cordova-android] branch master updated: feat: bump gradle@7.1.1 (#1257)

This is an automated email from the ASF dual-hosted git repository.

erisu 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 b8d32d7  feat: bump gradle@7.1.1 (#1257)
b8d32d7 is described below

commit b8d32d7c605e1e8b6094ba333909dcb7bf916d3d
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Jul 7 11:11:24 2021 +0900

    feat: bump gradle@7.1.1 (#1257)
---
 framework/cdv-gradle-config-defaults.json                               | 2 +-
 .../android_studio_project/gradle/wrapper/gradle-wrapper.properties     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/cdv-gradle-config-defaults.json b/framework/cdv-gradle-config-defaults.json
index 0980988..6081ba0 100644
--- a/framework/cdv-gradle-config-defaults.json
+++ b/framework/cdv-gradle-config-defaults.json
@@ -1,7 +1,7 @@
 {
     "MIN_SDK_VERSION": 22,
     "SDK_VERSION": 30,
-    "GRADLE_VERSION": "6.8.3",
+    "GRADLE_VERSION": "7.1.1",
     "BUILD_TOOLS_VERSION": "30.0.3",
     "AGP_VERSION": "4.2.2",
     "KOTLIN_VERSION": "1.5.20",
diff --git a/spec/fixtures/android_studio_project/gradle/wrapper/gradle-wrapper.properties b/spec/fixtures/android_studio_project/gradle/wrapper/gradle-wrapper.properties
index 122a0dc..66eab69 100644
--- a/spec/fixtures/android_studio_project/gradle/wrapper/gradle-wrapper.properties
+++ b/spec/fixtures/android_studio_project/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ 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-7.1.1-all.zip

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