mklimek / frame-video-view

Less issues with VideoView
Other
63 stars 19 forks source link

Error:Could not find pl.brightinventions:slf4android:0.0.11. #11

Closed ghost closed 8 years ago

ghost commented 8 years ago

Gradle Version 2.1.2 Added compile "com.github.mklimek:frame-video-view:1.3.0" to module build.gradle Added maven { url "https://jitpack.io" } to project build.gradle

but Android Studio 2.1.2 throws the following error Error:Could not find pl.brightinventions:slf4android:0.0.11. Required by: App:app:unspecified App:app:unspecified > com.github.mklimek:frame-video-view:1.3.0 Search in build.gradle files

mklimek commented 8 years ago

Version 1.3.0 uses slf4android 0.0.11 which is hosted on their own public repository you haven't added.

I released 1.3.1 with most recent version of slf4android which is hosted on jitpack.io like FrameViedoView. It should work for you now.