Hi guys,
In configuring the buildozer.spec file for an app do we uncomment these lines below? & If we do what we do we set them to for android 13 & android API 33?
# (int) Minimum API your APK / AAB will support.
#android.minapi = 21
# (int) Android SDK version to use
#android.sdk = 20
# (str) Android NDK version to use
#android.ndk = 23b
# (int) Android NDK API to use. This is the minimum API your app will support, it should usually match android.minapi.
#android.ndk_api = 21