From 059782f6afb06e438aae9cf7ba17a81c4aac13de Mon Sep 17 00:00:00 2001 From: Daichi Furiya Date: Sun, 27 Sep 2020 22:30:37 +0900 Subject: [PATCH] Update README.md --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 1bbf162..8bcd993 100644 --- a/README.md +++ b/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