From bac52dfc897dfcac1e4e804e93a2b12b0fbcef3e Mon Sep 17 00:00:00 2001 From: Ali Najafizadeh Date: Thu, 10 Aug 2017 04:26:33 -0400 Subject: [PATCH] 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 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b5b265..697aad0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ A component for UIVisualEffectView's blur and vibrancy effect on iOS, and [500px ``` android { + // make sure to use 23.0.3 instead of 23.0.1 + buildToolsVersion '23.0.3' + // ... defaultConfig { // Add these lines below the existing config