videokit-ffmpeg-android icon indicating copy to clipboard operation
videokit-ffmpeg-android copied to clipboard

Failed to resolve: com.infullmobile.android:videokit-release:1.1.2

Open bkatgithub opened this issue 8 years ago • 1 comments

Hi I am getting the error when I add the following line to my dependencies in my app build.gradle file

compile 'com.infullmobile.android:videokit-release:1.1.2'

Is this entry correct?

bkatgithub avatar Nov 10 '17 13:11 bkatgithub

Hello, you must add this maven repository :

maven { url 'https://maven.infullmobile.com/public' }

Herz3h avatar Nov 22 '17 20:11 Herz3h