feat: upgrade gradle to 6.1 & gradle build tools to 3.5.3 (#792)

* feat!: upgrade gradle to 6.1
* feat!: upgrade gradle build tools to 3.5.3
* feat: added `npm run clean-tests`
* fix!: Removed useDeprecatedNdk as this option is now completely removed from gradle.
* feat!: bump gradle to 6.1 & gradle build tools to 3.5.3

Co-authored-by: エリス <erisu@users.noreply.github.com>
This commit is contained in:
Norman Breau
2020-01-21 06:24:00 -04:00
committed by エリス
parent 64ef13c6e0
commit 8ef742e79d
8 changed files with 37 additions and 11 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ buildscript {
dependencies {
apply from: '../CordovaLib/cordova.gradle'
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:3.5.3'
if(cdvHelpers.getConfigPreference('GradlePluginGoogleServicesEnabled', 'false').toBoolean()) {
String defaultGradlePluginGoogleServicesVersion = '4.2.0'
@@ -61,7 +61,7 @@ allprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '4.10.3'
gradleVersion = '6.1'
}
// Configuration properties. Set these via environment variables, build-extras.gradle, or gradle.properties.