1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-28 20:35:54 +08:00

Update README.md

This commit is contained in:
Daichi Furiya 2019-08-15 17:07:31 +09:00 committed by GitHub
parent e9acc52d9e
commit b08325ec70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,9 +69,9 @@ If you are using `SupportRSBlurTransformation`.
android { android {
//... //...
defaultConfig { defaultConfig {
//... //...
renderscriptTargetApi YOUR_TARGET_SDK_VERSION as int renderscriptTargetApi YOUR_TARGET_SDK_VERSION as int
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true
} }
} }
``` ```