Danny Roa
Danny Roa
You could also use exclude. ``` java compile project(':BonetCalendarView') { exclude module: 'support-v4' } ```
I'm seeing this as well.
I hope this will be fixed. We're paying for your service and we don't even get a response from you.
It seems like after this library is `jetified`, `isCustomTabsAvailable` will always be `false`
Just tried on `1.3.0-SNAPSHOT` and I don't get false positives anymore.
There is a bug/limitation with early versions of Play Services v11 that it cannot download the font. You need to join the Beta: https://developers.google.com/android/guides/beta-program I'm on `11.5.05` and the Noto...
Once you install Pillow/PIL, you can just change "import Image" to "from PIL import Image".