mirror of
https://github.com/apache/cordova-android.git
synced 2026-01-30 00:05:28 +08:00
[Frequent Updates] Gradle 6.6.1 & Android Gradle Plugin 4.0.1 & com.jfrog.bintray.gradle 1.8.5 (#1079)
* Update ProjectBuilder.js * Update build.gradle * Update build.gradle * Update build.gradle * Update build.gradle * Update build.gradle * Update wrapper.gradle * Update build.gradle * Update wrapper.gradle * Update wrapper.gradle * Update wrapper.gradle * Update build.gradle * Update build.gradle * Update ProjectBuilder.js * Update ProjectBuilder.js
This commit is contained in:
@@ -30,7 +30,7 @@ buildscript {
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
||||
classpath 'com.android.tools.build:gradle:4.0.0'
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,5 +17,5 @@
|
||||
*/
|
||||
|
||||
wrapper {
|
||||
gradleVersion = '6.5'
|
||||
gradleVersion = '6.6.1'
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ buildscript {
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
||||
classpath 'com.android.tools.build:gradle:4.0.0'
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -17,5 +17,5 @@
|
||||
*/
|
||||
|
||||
wrapper {
|
||||
gradleVersion = '6.5'
|
||||
gradleVersion = '6.6.1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user