Reputation: 34507
I want to know suppose I upload a new app on Google Play with minSDKVersion
to 14 with Version 1 and then later I want to make it compatible to Android 2.3+ so I will set the minSDKVersion
to 9 in Version 1.1
Is this possible or Google Play does not allow you to decrese the value of minSDKVersion
in updates release ?
Thanks in advance.
Upvotes: 1
Views: 1242
Reputation: 1665
As far as I know you dont need to do anything in google play developer console, just modify the minSDKVersion in the manifest and use a higher version code
Upvotes: 2
Reputation: 1171
Yes, it is possible.All you have to do is increment your app's version code.
Upvotes: 2