[Android] Upgrade Kotlin to v1.3.10
Geoffrey Métais
git at videolan.org
Wed Nov 14 15:26:58 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Nov 14 11:28:30 2018 +0100| [4efe4a132740df2cc51e6f6025425947f1dd38ff] | committer: Geoffrey Métais
Upgrade Kotlin to v1.3.10
> https://code.videolan.org/videolan/vlc-android/commit/4efe4a132740df2cc51e6f6025425947f1dd38ff
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 59d421e8a..3fe1f7fc3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.android_plugin_version = '3.2.1'
- ext.kotlin_version = '1.3.0'
+ ext.kotlin_version = '1.3.10'
ext.kotlinx_version = '1.0.0'
repositories {
flatDir dirs: "gradle/plugins"
More information about the Android
mailing list