What happens when I release a upgrade with higher targeted sdk as previous version?

Posted by Peterdk on Stack Overflow See other posts from Stack Overflow or by Peterdk
Published on 2010-06-06T11:34:32Z Indexed on 2010/06/06 11:42 UTC
Read the original article Hit count: 178

Filed under:
|
|

SoundPool has a serious bug in it in Android 1.5. I fixed it with a workaround, but since it really limits my app, I want to target 1.6+ for the next version of it.

I am wondering: What happens when I release a upgrade that has a higher target SDK version then the previous version of my app? Will only 1.6+ users be able to upgrade their app? Or will also the 1.5 users be able to upgrade since they have the program already installed?

Anybody experience with this?

© Stack Overflow or respective owner

Related posts about android

Related posts about upgrade