Open Jackpate-2003 opened 7 months ago
Just to add salt to the injury:
Version 0.8.0 explicit says "android: removed renderscript support mode", but when I'm trying to compile it on macOS, it insists on running :react-native-image-filter-kit:compileDebugRenderscript and doing RenderScript stuff (which triggers this error). On Linux it seems to work fine. Why?
Recently I upgraded my Expo version to 50 and set compileSdkVersion to version 34. After building the project, I was facing a failure in the Task :react-native-image-filter-kit:compileDebugJavaWithJavac stage, which was related to the removal of RenderScript APIs in Android 12 and later. I solved this problem by adding the following code in the android section:
But RenderScript support is supposed to be removed in the next version of gradle (I think version 9):
Is the repository updated for changes?