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:
15
README.md
15
README.md
@@ -61,21 +61,6 @@ Glide.with(this).load(R.drawable.demo)
|
||||
.into(imageView))
|
||||
```
|
||||
|
||||
# Step 4
|
||||
|
||||
If you are using `SupportRSBlurTransformation`.
|
||||
|
||||
```groovy
|
||||
android {
|
||||
//...
|
||||
defaultConfig {
|
||||
//...
|
||||
renderscriptTargetApi YOUR_TARGET_SDK_VERSION as int
|
||||
renderscriptSupportModeEnabled true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Transformations
|
||||
|
||||
### Crop
|
||||
|
Reference in New Issue
Block a user