[Android] Uprgade kotlin & kotlinx
Geoffrey Métais
git at videolan.org
Fri Sep 7 17:04:54 CEST 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Sep 7 16:53:44 2018 +0200| [806d3aeef6b20d332bd0a216df93b5d64ba4653b] | committer: Geoffrey Métais
Uprgade kotlin & kotlinx
> https://code.videolan.org/videolan/vlc-android/commit/806d3aeef6b20d332bd0a216df93b5d64ba4653b
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 97c12d503..58ecc47d5 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.1.4'
- ext.kotlin_version = '1.2.60'
- ext.kotlinx_version = '0.24.0'
+ ext.kotlin_version = '1.2.61'
+ ext.kotlinx_version = '0.25.3'
repositories {
flatDir dirs: "gradle/plugins"
google()
More information about the Android
mailing list