1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-28 04:02:47 +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 {
//...
defaultConfig {
//...
renderscriptTargetApi YOUR_TARGET_SDK_VERSION as int
renderscriptSupportModeEnabled true
//...
renderscriptTargetApi YOUR_TARGET_SDK_VERSION as int
renderscriptSupportModeEnabled true
}
}
```