[Android] Upgrade kotlinx to v1.1.0
Geoffrey Métais
git at videolan.org
Mon Jan 7 17:21:58 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Jan 7 16:04:03 2019 +0100| [daeaf2d089a1350d786e38e2f5b2ae4167f4f3d2] | committer: Geoffrey Métais
Upgrade kotlinx to v1.1.0
> https://code.videolan.org/videolan/vlc-android/commit/daeaf2d089a1350d786e38e2f5b2ae4167f4f3d2
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 029d39c58..b3194e445 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,7 @@
buildscript {
ext.android_plugin_version = '3.2.1'
ext.kotlin_version = '1.3.11'
- ext.kotlinx_version = '1.0.1'
+ ext.kotlinx_version = '1.1.0'
repositories {
flatDir dirs: "gradle/plugins"
google()
More information about the Android
mailing list