CameraKit / blurkit-android

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

没有找到这个属性 是因为作者的说明错误 #29

Closed gogogo1111 closed 5 years ago

gogogo1111 commented 6 years ago

把引用改成 compile 'com.flurgle:blurkit:1.1.1'

ytzht commented 6 years ago

坑...

ihewro commented 6 years ago

+1 thx

emersoncloud commented 5 years ago

Hi @gogogo1111 we've just released v1.0.0 and updated our README to match. We've had some issues getting the library into JCenter, so until those are resolved this repository line is needed in the app level build.gradle

repositories {
    maven {
        url  "https://camerakit.bintray.com/other" 
    }
}

Everything else in the README still applies. Let me know if you run into any more issues!