Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash happening when mutate() a drawable generated on Android versions 4.1.x #64

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

leonardoaramaki
Copy link

There is bug reported on the Android framework that happens on Android versions 4.1.x where calling ShapeDrawable#mutate() causes a NPE since it calls its clone() method and try to copy a possible null insets RectF object into a new one which yields a crash.

This PR also updates the gradle plugin version and a few others in a non breaking change manner just so that the root project opens smoothly on newer versions of Android Studio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant