VLC-ANDROID-SDK
libvlc for android based on VLC-Android 3.2.11
Setup
Add the JitPack repository to your root build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the vlc-android-sdk dependency
dependencies {
implementation 'com.github.maximilize:vlc-android-sdk:4.1.4'
}