mklimek / frame-video-view

Less issues with VideoView
Other
63 stars 19 forks source link

compile 'com.github.mklimek:frame-video-view:1.3.1' not working #12

Closed Pitu closed 8 years ago

Pitu commented 8 years ago

Hi! You said to get the release code from the releases tab, and last one is 1.3.1. When trying to add the line

compile 'com.github.mklimek:frame-video-view:1.3.1'

I get

Error:(32, 13) Failed to resolve: com.github.mklimek:frame-video-view:v1.3.1

Any ideas? Thanks!

mklimek commented 8 years ago

From README:

allprojects {
        repositories {
            ...
            maven { url "https://jitpack.io" }
        }
    }

Have you got this?

Pitu commented 8 years ago

Ah, that was my mistake then. All solved, thanks!