[Android] Upgrade kotlinx to v0.26.1

Geoffrey Métais git at videolan.org
Mon Sep 24 11:45:08 CEST 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Sep 24 11:44:32 2018 +0200| [2e3a6fde8780d3473049994fcfdb4bce69a7940e] | committer: Geoffrey Métais

Upgrade kotlinx to v0.26.1

> https://code.videolan.org/videolan/vlc-android/commit/2e3a6fde8780d3473049994fcfdb4bce69a7940e
---

 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 74f8adc45..e31d74d86 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,7 @@
 buildscript {
     ext.android_plugin_version = '3.1.4'
     ext.kotlin_version = '1.2.70'
-    ext.kotlinx_version = '0.26.0'
+    ext.kotlinx_version = '0.26.1'
     repositories {
         flatDir dirs: "gradle/plugins"
         google()



More information about the Android mailing list