This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 676f98d  feat!: upgrade [email protected] (#1204)
676f98d is described below

commit 676f98d82dee1cfe335781233cca0a55a16d17e7
Author: Mosab A <[email protected]>
AuthorDate: Wed Apr 14 05:29:09 2021 +0300

    feat!: upgrade [email protected] (#1204)
---
 bin/templates/project/build.gradle | 2 +-
 test/android/build.gradle          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/templates/project/build.gradle 
b/bin/templates/project/build.gradle
index 6629dea..88bfc7f 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -19,7 +19,7 @@
 // Top-level build file where you can add configuration options common to all 
sub-projects/modules.
 
 buildscript {
-    ext.kotlin_version = '1.4.31'
+    ext.kotlin_version = '1.4.32'
     apply from: 'repositories.gradle'
     repositories repos
     dependencies {
diff --git a/test/android/build.gradle b/test/android/build.gradle
index 1c66a1e..73570fc 100644
--- a/test/android/build.gradle
+++ b/test/android/build.gradle
@@ -19,7 +19,7 @@
 // Top-level build file where you can add configuration options common to all 
sub-projects/modules.
 
 buildscript {
-    ext.kotlin_version = '1.4.31'
+    ext.kotlin_version = '1.4.32'
 
     repositories {
         google()

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to