You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/04/13 08:50:18 UTC

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

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 63b2356  feat!: upgrade kotlin@1.4.31 (#1200)
63b2356 is described below

commit 63b23565750e676efd2afd037a5fb19142e57453
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Apr 13 17:50:05 2021 +0900

    feat!: upgrade kotlin@1.4.31 (#1200)
    
    * feat: upgrade kotlin@1.4.31 (#1176)
    
    Co-authored-by: Mosab A <47...@users.noreply.github.com>
---
 bin/templates/project/build.gradle | 3 +--
 test/android/build.gradle          | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle
index ee8272f..6629dea 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -19,10 +19,9 @@
 // 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'
     apply from: 'repositories.gradle'
     repositories repos
-
     dependencies {
         classpath 'com.android.tools.build:gradle:4.1.3'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
diff --git a/test/android/build.gradle b/test/android/build.gradle
index a3445ed..1c66a1e 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