CameraKit / blurkit-android

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

Move package off of JCenter because JCenter is getting deprecated #76

Open inthewaves opened 3 years ago

inthewaves commented 3 years ago

According to https://mvnrepository.com/artifact/io.alterac.blurkit/blurkit/1.1.1, the artifact for this library is on JCenter. However, on May 1, 2021, JCenter will be shutting down (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). Is there a plan to move the package somewhere else (like Maven Central)?

austinkettner commented 3 years ago

Currently no specific plan but Maven Central would make sense, we have until 2022 but we will definitely migrate things over this year.

npace commented 3 years ago

Keep in mind that you won't be able to push new versions to JCenter after March 31st, 2021. I guess the library is stable since the last update was in 2019, but I just wanted to point that out.

EvanescentApps commented 2 years ago

It seems that the library is still on JCenter, and Gradle warns me everytime I build, Is the migration planned ? I can help if you need

fugogugo commented 2 years ago

Hello is this already solved? it is almost deadline

gildor commented 2 years ago

We stopped using this library, probably it's abandoned anyway

nickbeth commented 2 years ago

@gildor are you still using a blurring library? If so, which one?

gildor commented 2 years ago

@lynxnb Just use render script directly, same as blurkit, though Renderscript is also deprecated, so we will probably switch on https://github.com/android/renderscript-intrinsics-replacement-toolkit when it will be more mature