Can't publish on Google Play Console (SDK 21)

Hello, I just wanted to publish a new app but when importing .aab, I got the error message:

“Play installer verification requires SDK 21 or later. The minimum SDK version for the imported app bundle is 15. Update the minSdkVersion attribute in your app’s Android manifest file.”

An idea?

That is set in build.settings. Look for this entry and updated it to 21 or higher:
android = { minSdkVersion = "21", },

1 Like