futuredapp / donut

Doughnut-like graph view capable of displaying multiple datasets with assignable colors
MIT License
546 stars 46 forks source link

Support SDK Version 19 #55

Closed eldon922 closed 4 years ago

eldon922 commented 4 years ago

In order to support SDK Version 19 (forcing it to use SDK 19 in manifest and successfully compiled), use another constructor that still support SDK version 19. But I don't know if this change will break other feature like Jetpack Compose or not.

SumeraMartin commented 4 years ago

I'm closing this issue since there is already a solution for decreasing minSdk to 19 without manifest overrides. #57