feat: upgrade gradle-plugin@4.1.3 (#1175)

* Update build.gradle

* Update build.gradle

* Update build.gradle

* Update build.gradle

* Update build.gradle

* Update build.gradle
This commit is contained in:
Mosab A
2021-03-27 16:36:39 +03:00
committed by GitHub
parent 2a92c2e595
commit 1430304d36
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ buildscript {
dependencies {
apply from: '../CordovaLib/cordova.gradle'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.1.3'
if (cdvHelpers.getConfigPreference('GradlePluginKotlinEnabled', 'false').toBoolean()) {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"