Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Dec 11, 2017
1 parent 0b006b4 commit 6e3cd86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}
```
Expand All @@ -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
Expand Down

0 comments on commit 6e3cd86

Please sign in to comment.