Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Nov 2, 2020
1 parent 0c76771 commit 3f8cdbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ It honors its position and size changes, including view animation and property a
.setFrameClearDrawable(windowBackground)
.setBlurAlgorithm(new RenderScriptBlur(this))
.setBlurRadius(radius)
.setBlurAutoUpdate(true)
.setHasFixedTransformationMatrix(true);
```

Expand Down Expand Up @@ -80,7 +81,7 @@ It takes 1-4ms on Nexus 5 and Nexus 4 to draw BlurView with the setup given in e

## Gradle
```Groovy
implementation 'com.eightbitlab:blurview:1.6.3'
implementation 'com.eightbitlab:blurview:1.6.5'
```

## Why blurring on the main thread?
Expand Down

0 comments on commit 3f8cdbf

Please sign in to comment.