Skip to content

Commit bac52df

Browse files
Ali NajafizadehKureev
authored andcommitted
Update Readme to reflect the Android compile issue (#227)
According to [this](https://stackoverflow.com/a/36586107/828487), there is a bug related to ` which has been fixed in `gradle-plugin 2.1.0` and `Build-Tools 23.0.3`. This PR simple update the doc to reflect that
1 parent 77621bc commit bac52df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ A component for UIVisualEffectView's blur and vibrancy effect on iOS, and [500px
3535

3636
```
3737
android {
38+
// make sure to use 23.0.3 instead of 23.0.1
39+
buildToolsVersion '23.0.3'
40+
3841
// ...
3942
defaultConfig {
4043
// Add these lines below the existing config

0 commit comments

Comments
 (0)