mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-10-04 09:53:21 +08:00
Change the renderscriptTargetApi down to 20
This commit is contained in:
@@ -9,6 +9,8 @@ android {
|
||||
targetSdkVersion TARGET_SDK_VERSION as int
|
||||
versionCode VERSION_CODE as int
|
||||
versionName VERSION_NAME
|
||||
|
||||
// Warning:Renderscript support mode is not currently supported with renderscript target 21+
|
||||
renderscriptTargetApi RENDERSCRIPT_TARGET_API as int
|
||||
renderscriptSupportModeEnabled true
|
||||
}
|
||||
|
Reference in New Issue
Block a user