bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
741 stars 176 forks source link

Failed to resolve implementation #18

Closed CodePlayMX2 closed 6 years ago

CodePlayMX2 commented 6 years ago

Hi, i am trying to use ffmpeg in my android studio project, but it's get failed on resolving the depency 'nl.bravobit:android-ffmpeg:1.1.1' What can i do ?

Brianvdb commented 6 years ago

The library is hosted on jCenter.

Project gradle

allprojects {
    repositories {
        jcenter()
    }
}