You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
minSdkVersion is set too low for google play to accept.
To Reproduce
When I upload .aab, google play console says "Play installer check requires a minimum SDK version of 21 or higher. The uploaded App Bundle has a minimum SDK version of 19. Update the minSdkVersion in your app's Android manifest."
Please increase the value of minSdkVersion in build.gradle to at least 21, thank you.
The text was updated successfully, but these errors were encountered:
Describe the bug
minSdkVersion is set too low for google play to accept.
To Reproduce
When I upload .aab, google play console says "Play installer check requires a minimum SDK version of 21 or higher. The uploaded App Bundle has a minimum SDK version of 19. Update the minSdkVersion in your app's Android manifest."
Please increase the value of minSdkVersion in build.gradle to at least 21, thank you.
The text was updated successfully, but these errors were encountered: