CameraKit / blurkit-android

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

Update README to include Proguard instructions. #20

Closed Gregliest closed 7 years ago

Gregliest commented 7 years ago

Fixes: https://github.com/flurgle/BlurKit-Android/issues/19.

When using Proguard without any proguard rules, I was getting a crash, java.lang.NoSuchMethodError: no static or non-static method "Landroid/support/v8/renderscript/RenderScript;.nDeviceDestroy(J)V". I've updated the README with the Proguard rules that fix the issue.

dwillmc commented 7 years ago

Thanks!