1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-06 22:34:05 +08:00

Update README.md

This commit is contained in:
Daichi Furiya 2020-09-27 22:30:37 +09:00 committed by GitHub
parent 09e62054e9
commit 059782f6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,21 +61,6 @@ Glide.with(this).load(R.drawable.demo)
.into(imageView)) .into(imageView))
``` ```
# Step 4
If you are using `SupportRSBlurTransformation`.
```groovy
android {
//...
defaultConfig {
//...
renderscriptTargetApi YOUR_TARGET_SDK_VERSION as int
renderscriptSupportModeEnabled true
}
}
```
## Transformations ## Transformations
### Crop ### Crop