mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
feat: upgrade gradle@6.8.3 (#1174)
* Gradle Update to 6.8.3 * Update build.gradle * Update wrapper.gradle * Update wrapper.gradle
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user