[Android] Upgrade Kotlin

Geoffrey Métais git at videolan.org
Fri Jan 25 15:20:18 CET 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Jan 25 09:44:36 2019 +0100| [4bd41205f3df1bdb756198c82a0e7efe93417fe6] | committer: Geoffrey Métais

Upgrade Kotlin

Kotlin 1.3.20 & kotlinx 1.1.1

> https://code.videolan.org/videolan/vlc-android/commit/4bd41205f3df1bdb756198c82a0e7efe93417fe6
---

 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index d9956e3de..3775b7220 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,8 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
     ext.android_plugin_version = '3.3.0'
-    ext.kotlin_version = '1.3.11'
-    ext.kotlinx_version = '1.1.0'
+    ext.kotlin_version = '1.3.20'
+    ext.kotlinx_version = '1.1.1'
     repositories {
         flatDir dirs: "gradle/plugins"
         google()



More information about the Android mailing list