CameraKit / blurkit-android

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

minSdkVersion conflict #49

Closed ckrgithub closed 5 years ago

ckrgithub commented 5 years ago

image Can you decrease this blurkit's minSdk version to at most 15 ?

emersoncloud commented 5 years ago

Hi @ckrgithub we've decreased the minSdk version from 21 to 17 in the latest release, v1.1.1!

Renderscript, the utility we use to perform the blurring, depends on API level 17 or higher so we could not go all the way to 15.