You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2021/03/27 13:36:14 UTC

[cordova-android] branch master updated: feat: upgrade kotlin@1.4.31 (#1176)

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 kotlin@1.4.31 (#1176)
2a92c2e is described below

commit 2a92c2e5958875b5b1cc78c6619dc570a77ed803
Author: Mosab A <47...@users.noreply.github.com>
AuthorDate: Sat Mar 27 16:36:09 2021 +0300

    feat: upgrade kotlin@1.4.31 (#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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org