1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-04 01:43:23 +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

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
}
}
```