kikoso / android-stackblur

Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.
Apache License 2.0
3.59k stars 648 forks source link

Update the gradle files accordingly, to make it compilable on latest Android Studio #49

Closed elye closed 4 years ago

elye commented 4 years ago

Update the gradle files accordingly, to make it compilable on latest Android Studio 3.5.3

Note: I can't compile the Benchmark, as looks like it require NDK Compilation, as pointed in https://github.com/kikoso/android-stackblur/issues/45.

kikoso commented 4 years ago

Hi @elye.

This PR is partially covered by this commit in develop (I have to specify the contribution guidelines, ideally the contributions should go into develop, and then develop gets merged into master when it is stable).

I have changed the base branch, and solve the conflicts. Any comments on them?