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

normanbreau 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 2a92c2e  feat: upgrade [email protected] (#1176)
2a92c2e is described below

commit 2a92c2e5958875b5b1cc78c6619dc570a77ed803
Author: Mosab A <[email protected]>
AuthorDate: Sat Mar 27 16:36:09 2021 +0300

    feat: upgrade [email protected] (#1176)
    
    * Update build.gradle
    
    * Update build.gradle
---
 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 0830e9f..2643bab 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.3.50'
+    ext.kotlin_version = '1.4.31'
     repositories {
         google()
         jcenter()
diff --git a/test/android/build.gradle b/test/android/build.gradle
index 774f5b2..552978d 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.3.50'
+    ext.kotlin_version = '1.4.31'
 
     repositories {
         google()

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

Reply via email to