-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Gradle 8 #7
Comments
Hello there. Thanks for informing me. I was not aware of it. What are the options left? If RenderScript will not be part of Android anymore I think we will not need it. Probably they will provide a better/handy manner to apply blur over images. |
This library has now 7 years old. Maybe it's getting near its ending. |
This library achieved an aesthetically better result than the currently available Hoko Blur. It is essential for my current project where the quality of blurred views deteriorated from the initial release after the upgrade to Gradle 8. |
I agree with sheinin, It is providing cool results even in Android 13, but it is lacking when I Request R8, |
They are introducing RenderEffect to replace renderscript. But i couldn't find how to use it to blur images not image view |
The lib didn't work after upgrading to Gradle 8 due to the discontinued support of RenderScript.
Are there plans to update the library?
https://developer.android.com/guide/topics/renderscript/compute
The text was updated successfully, but these errors were encountered: