[Android] Fix deprecated lib dependency

Geoffrey Métais git at videolan.org
Wed Apr 25 14:18:36 CEST 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Apr 25 13:16:34 2018 +0200| [46767eb175cc3958a49c7d1bca29a9d3f4de76bb] | committer: Geoffrey Métais

Fix deprecated lib dependency

> https://code.videolan.org/videolan/vlc-android/commit/46767eb175cc3958a49c7d1bca29a9d3f4de76bb
---

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

diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index e9aff781f..1553176e6 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -199,7 +199,7 @@ dependencies {
     implementation "com.android.support.constraint:constraint-layout:$rootProject.ext.constraintLayoutVersion"
     testImplementation 'junit:junit:4.12'
     // Kotlin
-    implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
+    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
     kapt "com.android.databinding:compiler:$rootProject.ext.android_plugin_version"
     implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$rootProject.ext.kotlinx_version"
     implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$rootProject.ext.kotlinx_version"



More information about the Android mailing list