Skip to content
Snippets Groups Projects
Commit d8be5847 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Hugo Beauzée-Luyssen
Browse files

Fix moviepedia's medialib dependency

parent bf2f3708
No related branches found
No related tags found
1 merge request!387Fix gitlab ci
Pipeline #12420 passed with stage
in 28 minutes and 40 seconds
......@@ -22,13 +22,21 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
jniDebuggable true
}
dev {
initWith debug
matchingFallbacks = ['debug']
}
}
}
dependencies {
implementation project(':tools')
implementation "org.videolan.android:medialibrary-all:$rootProject.ext.medialibraryVersion"
debugImplementation "org.videolan.android:medialibrary-all:$rootProject.ext.medialibraryVersion"
devImplementation project(':medialibrary')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$rootProject.ext.kotlinx_version"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment