udacity / Sunshine-Version-2

The official repository for Developing Android Apps
Apache License 2.0
2.87k stars 4.41k forks source link

minSDK too low #314

Open MNDaveC opened 7 years ago

MNDaveC commented 7 years ago

Leaving the minSDK at 10 is unrealistically low for any consumer application and it gets in the way of many coding practices meant to be demonstrated with the application... For example JsonReader requires at least API level of 11... Please update the entire sample projects to something more realistic... perhaps 15?