[Android] Upgrade Kotlin to v1.3.41

Geoffrey Métais git at videolan.org
Thu Jul 4 11:32:02 CEST 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Jul  4 11:03:33 2019 +0200| [2db2bb05c1ec0eb6290df439b9f92766c7359da2] | committer: Geoffrey Métais

Upgrade Kotlin to v1.3.41

> https://code.videolan.org/videolan/vlc-android/commit/2db2bb05c1ec0eb6290df439b9f92766c7359da2
---

 build.gradle             | 4 ++--
 vlc-android/build.gradle | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index e213b1b54..ffc351c4d 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.4.1'
-    ext.kotlin_version = '1.3.31'
-    ext.kotlinx_version = '1.2.1'
+    ext.kotlin_version = '1.3.41'
+    ext.kotlinx_version = '1.2.2'
     repositories {
         flatDir dirs: "gradle/plugins"
         google()
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 6ff66ef80..cfacab4cc 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -123,7 +123,7 @@ android {
             minifyEnabled true
             shrinkResources false
             proguardFile 'proguard.cfg'
-            kotlinOptions.freeCompilerArgs = [ 'Xno-param-assertions']
+            kotlinOptions.freeCompilerArgs = [ '-Xno-param-assertions']
         }
         signedRelease {
             initWith release



More information about the Android mailing list