Sukhpal Singh
Sukhpal Singh

Reputation: 730

Can change minsdkversion from 5 to 8 while updating the app on google play?

I have an Android app on Google Play market. I have added some features and also I want to change minsdkversion 5 to 8. Will Google play accept the new apk or reject due to increase in minsdkversion?

Upvotes: 0

Views: 533

Answers (3)

Prasanna Narshim
Prasanna Narshim

Reputation: 798

The devices from API version <=7 will not get any update but the devices >=8 API version will get update as usual.

Upvotes: 0

Budius
Budius

Reputation: 39846

it will accept and give you a warning letting you know how many users won't be able to update it.

Upvotes: 2

Boardy
Boardy

Reputation: 36217

Google Play will accept it, just as long as the package name and the signing certificate are the same, doesn't matter if the minSDK, targetSDK or maxSDK is changed within the manifest.

Upvotes: 2

Related Questions