From b08325ec7093170ba86592d44e739ab5899047c3 Mon Sep 17 00:00:00 2001 From: Daichi Furiya Date: Thu, 15 Aug 2019 17:07:31 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67f871f..ec2062b 100644 --- a/README.md +++ b/README.md @@ -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 } } ```