bmarrdev / android-DecoView-charting

DecoView: Android arc based animated charting library
Apache License 2.0
991 stars 194 forks source link

Add support back to Android 2.2 API 8 #1

Closed bmarrdev closed 9 years ago

bmarrdev commented 9 years ago

Change the minSdkVersion API level to 8 and ensure compatibility back to this API version. This should be changed both in the gradle file for the library and the sample app.

Note: Current minimum API supported for the library is 10.

bmarrdev commented 9 years ago

Added support for API 8. Removed all unsupported String.isEmpty() calls