[android-developers] Android build and target versions

2012-03-22 Thread Neilz
I've seen various questions related to the different between the minSdkVersion and the targetSdkVersion, and I understand the principle here. My question is more related to how you handle new android versions, and what you should specify then. Scenario: I built my app a year ago, when 2.3.3

Re: [android-developers] Android build and target versions

2012-03-22 Thread TreKing
On Thu, Mar 22, 2012 at 6:58 AM, Neilz neilhorn...@gmail.com wrote: Should I update my project to build with the newer version? No. If it ain't broke, don't fix it. Should I change the targetSdkVersion? Do you want to target a newer version? If not, no. If it ain't broke, don't fix it.