Move libmpv lib out of seperate directory
This commit is contained in:
parent
90d3cb8a7b
commit
7509916ff4
2 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ dependencies {
|
|||
implementation(files("libs/extension-ffmpeg-release.aar"))
|
||||
|
||||
// MPV
|
||||
implementation(files("libs/libmpv/app-release.aar"))
|
||||
implementation(files("libs/libmpv.aar"))
|
||||
|
||||
// Timber
|
||||
val timberVersion = "5.0.1"
|
||||
|
|
Loading…
Reference in a new issue