[Android] Update kotlin version

Geoffrey Métais git at videolan.org
Thu Dec 14 11:22:46 CET 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Dec 14 11:22:29 2017 +0100| [40f37be814267e2a51b294260037dcb585505968] | committer: Geoffrey Métais

Update kotlin version

> https://code.videolan.org/videolan/vlc-android/commit/40f37be814267e2a51b294260037dcb585505968
---

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

diff --git a/build.gradle b/build.gradle
index f47fee01c..88d3738ba 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.0.1'
-    ext.kotlin_version = '1.2.0'
+    ext.kotlin_version = '1.2.10'
     ext.kotlinx_version = '0.20'
     repositories {
         flatDir dirs: "gradle/plugins"



More information about the Android mailing list