mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-10 08:34:04 +08:00
Change the renderscriptTargetApi down to 20
This commit is contained in:
parent
4a268b6dbd
commit
71255edcd0
@ -67,7 +67,7 @@ If you are using `BlurTransformation`.
|
|||||||
android {
|
android {
|
||||||
...
|
...
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
...
|
// Warning:Renderscript support mode is not currently supported with renderscript target 21+
|
||||||
renderscriptTargetApi 23
|
renderscriptTargetApi 23
|
||||||
renderscriptSupportModeEnabled true
|
renderscriptSupportModeEnabled true
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,8 @@ android {
|
|||||||
targetSdkVersion TARGET_SDK_VERSION as int
|
targetSdkVersion TARGET_SDK_VERSION as int
|
||||||
versionCode VERSION_CODE as int
|
versionCode VERSION_CODE as int
|
||||||
versionName VERSION_NAME
|
versionName VERSION_NAME
|
||||||
|
|
||||||
|
// Warning:Renderscript support mode is not currently supported with renderscript target 21+
|
||||||
renderscriptTargetApi RENDERSCRIPT_TARGET_API as int
|
renderscriptTargetApi RENDERSCRIPT_TARGET_API as int
|
||||||
renderscriptSupportModeEnabled true
|
renderscriptSupportModeEnabled true
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@ ARTIFACT_ID=glide-transformations
|
|||||||
COMPILE_SDK_VERSION=23
|
COMPILE_SDK_VERSION=23
|
||||||
BUILD_TOOLS_VERSION=23.0.2
|
BUILD_TOOLS_VERSION=23.0.2
|
||||||
TARGET_SDK_VERSION=23
|
TARGET_SDK_VERSION=23
|
||||||
RENDERSCRIPT_TARGET_API=23
|
RENDERSCRIPT_TARGET_API=20
|
||||||
MIN_SDK_VERSION=11
|
MIN_SDK_VERSION=11
|
||||||
|
|
||||||
POM_DESCRIPTION=which provides simple Tranformations to Glide
|
POM_DESCRIPTION=which provides simple Tranformations to Glide
|
||||||
|
@ -9,6 +9,8 @@ android {
|
|||||||
targetSdkVersion TARGET_SDK_VERSION as int
|
targetSdkVersion TARGET_SDK_VERSION as int
|
||||||
versionCode VERSION_CODE as int
|
versionCode VERSION_CODE as int
|
||||||
versionName VERSION_NAME
|
versionName VERSION_NAME
|
||||||
|
|
||||||
|
// Warning:Renderscript support mode is not currently supported with renderscript target 21+
|
||||||
renderscriptTargetApi RENDERSCRIPT_TARGET_API as int
|
renderscriptTargetApi RENDERSCRIPT_TARGET_API as int
|
||||||
renderscriptSupportModeEnabled true
|
renderscriptSupportModeEnabled true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user