mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
major: Gradle 6.5 & Android Gradle plugin 4.0.0 updates (#988)
* feat: Gradle 6.5 & Android Gradle plugin 4.0.0 updates * update test/android/wrapper.gradle to reference Gradle 6.5 * update test/androidx/wrapper.gradle to reference Gradle 6.5 * update spec/fixtures/android_studio_project/build.gradle to reference com.android.tools.build:gradle:4.0.0 * update test/android/build.gradle to reference com.android.tools.build:gradle:4.0.0 * update test/androidx/build.gradle to reference com.android.tools.build:gradle:4.0.0
This commit is contained in:
@@ -31,7 +31,7 @@ buildscript {
|
||||
dependencies {
|
||||
// The gradle plugin and the maven plugin have to be updated after each version of Android
|
||||
// studio comes out
|
||||
classpath 'com.android.tools.build:gradle:3.6.0'
|
||||
classpath 'com.android.tools.build:gradle:4.0.0'
|
||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
|
||||
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user