[Android] Upgrade Kotlin to v1.2.41
Geoffrey Métais
git at videolan.org
Thu May 3 17:52:28 CEST 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu May 3 15:29:46 2018 +0200| [6cb25e1db458aabe2b1faedf344afbafa9ab3c8f] | committer: Geoffrey Métais
Upgrade Kotlin to v1.2.41
> https://code.videolan.org/videolan/vlc-android/commit/6cb25e1db458aabe2b1faedf344afbafa9ab3c8f
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 96ee086a9..ec4158434 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.1.2'
- ext.kotlin_version = '1.2.40'
+ ext.kotlin_version = '1.2.41'
ext.kotlinx_version = '0.22.2'
repositories {
flatDir dirs: "gradle/plugins"
More information about the Android
mailing list