Skip to content

Stremio/vlc-android-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLC-ANDROID-SDK

Build Status

libvlc for android based on VLC-Android 3.4.3

Setup

Gradle

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.stremio:vlc-android-sdk:8.0.0'
}

Manual

Download aar and link it manually