diff --git a/README.md b/README.md
index 1aaac8b..e842069 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,10 @@ It honors its position and size changes, including view animation and property a
 Always try to choose the closest possible root layout to BlurView. This will greatly reduce the amount of work needed for creating View hierarchy snapshot.
 
 ## Supporting API < 17
-You can include
+If you need to support API < 17, you can include
 
 ```Groovy
-compile 'com.eightbitlab:supportrenderscriptblur:1.0.0'
+implementation 'com.eightbitlab:supportrenderscriptblur:1.0.1'
 ```
 
 setup BlurView with
@@ -58,7 +58,7 @@ and enable RenderScript support mode
 
 ```Groovy
  defaultConfig {
-        renderscriptTargetApi 25 //must match target sdk and build tools, 23+
+        renderscriptTargetApi 27 //must match target sdk and build tools
         renderscriptSupportModeEnabled true
  }
 ```
@@ -72,7 +72,7 @@ It takes 1-4ms on Nexus 5 and Nexus 4 to draw BlurView with the setup given in e
 
 ## Gradle
 ```Groovy
-compile 'com.eightbitlab:blurview:1.3.3'
+implementation 'com.eightbitlab:blurview:1.3.4'
 ```
 
 License