I have created a released APK file for my App with buildozer and Kivy. Now when I am trying to release it on the Google Play Console, it gives me an error as below.
Your app currently targets API level 27 and must target at least API level 29 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 29.
I tried to change the buildozer spec file
android.api = 29
However, it does not solve the issue. Can anyone help me with this?