1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-12-22 18:30:02 +08:00

Change the renderscriptTargetApi down to 20

This commit is contained in:
wasabeef
2015-11-27 17:03:55 +09:00
parent 4a268b6dbd
commit 71255edcd0
4 changed files with 6 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ If you are using `BlurTransformation`.
android {
...
defaultConfig {
...
// Warning:Renderscript support mode is not currently supported with renderscript target 21+
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
}