Description
Checklist
- I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
- This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
Play Console do not allow me to publish an App with a minSdkVersion lower than 21.
La comprobación del instalador de Google Play requiere que la versión del SDK sea 21 o una posterior. El app bundle subido tiene la versión 15 del SDK o una posterior. Actualiza minSdkVersion en el archivo de manifiesto de Android de tu aplicación
Google Play installer verification requires the SDK version to be 21 or later. The uploaded app bundle has SDK version 15 or later. Update your app's minSdkVersion in its Android manifest file.
How to reproduce
Try to publish a fyne app to the Play Console.
Screenshots
No response
Example code
Google Play installer verification requires the SDK version to be 21 or later. The uploaded app bundle has SDK version 15 or later. Update your app's minSdkVersion in its Android manifest file.
Fyne version
v2.6.1
Go compiler version
1.24.1
Operating system and version
MacOS Sequoia 15.5
Additional Information
No response