stepstone-tech / android-material-app-rating

This library allows to use customized Rating Dialog inside applications.
Apache License 2.0
473 stars 86 forks source link

Fixes crash on Pre-21 #9

Closed marlonbosse closed 7 years ago

marlonbosse commented 7 years ago

Currently this library crashes on me on < Api-Level 21 because of the use of android:src attribute with vectordrawables.

This change will fix the issue.

@pglebocki

pglebocki commented 7 years ago

@marlonbosse Thanks for help. I released version 1.1.1 including your fix.