[Android] Upgrade kotlinx to v0.27
Geoffrey Métais
git at videolan.org
Thu Sep 27 14:05:49 CEST 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Sep 27 13:42:07 2018 +0200| [5406d9c89111fd102f404cc342251f9b70e5cc00] | committer: Geoffrey Métais
Upgrade kotlinx to v0.27
> https://code.videolan.org/videolan/vlc-android/commit/5406d9c89111fd102f404cc342251f9b70e5cc00
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 5a79394a2..c4ae395ad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,7 @@
buildscript {
ext.android_plugin_version = '3.2.0'
ext.kotlin_version = '1.2.71'
- ext.kotlinx_version = '0.26.1'
+ ext.kotlinx_version = '0.27.0'
repositories {
flatDir dirs: "gradle/plugins"
google()
More information about the Android
mailing list