CameraKit / blurkit-android

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

Implementation does not resolve. Dire fix needed #89

Closed 1reverseengineer closed 2 months ago

1reverseengineer commented 2 months ago

As the title hints, the implementation line will not function anymore. grafik

Please fix the README.md to reflect the true implementation. Otherwise nobody is able to use this library anymore or follow the setup.

It's not clear who is exactly in ownership of this project or any other related project. The CameraKit repo itself continues to use com.camerakit for implementations in the README.md, yet that domain (specifically the .com tld) is up for sale whereas camerakit.io aka io.camerakit (io tld) is the correct domain.

I have tried replacing io.alterac with com.camerakit, io.camerakit and there's no difference. You will always receive a "failed to resolve" error. Also, on a different issue, an older pull request talks about removing association with wonderkiln, yet the camerakit website itself notes "All Rights Reserved by WonderKiln, Inc.".

1reverseengineer commented 2 months ago

Duplicate of closed issue #88 Add the 2 lines mavenCentral() and maven { url 'https://jitpack.io' } under repositories in the settings.gradle file. Lastly add implementation 'com.github.wonderkiln:blurkit-android:1.1.1' to your build.gradle. Sync and enjoy. Maybe I missed it yesterday when I searched the issues and PR tab for similar issues.