CameraKit / blurkit-android

The missing Android blurring library. Fast blur-behind layout that parallels iOS.
MIT License
3.72k stars 309 forks source link

Library not found #47

Closed dbof10 closed 5 years ago

dbof10 commented 5 years ago

I am trying to use the library but get an error

Failed to resolve: io.alterac.blurkit:blurkit:1.1.0

My gradle config

repositories {
        google()
        jcenter()
        maven { url 'https://maven.fabric.io/public' }
    }

Where do you host it? why does it shows on README.md

emersoncloud commented 5 years ago

@dbof10 that configuration is correct, I made a mistake on our Bintray website. Should be fixed now! Let me know if you run into any more issues.