Updates default buildozer.spec NDK from 17c to 19b
Note that this is only the template spec file and `DEFAULT_ANDROID_NDK_VERSION` fallback is left untouched.
This commit is contained in:
parent
a294071a60
commit
439a3619e4
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ fullscreen = 0
|
|||
#android.sdk = 20
|
||||
|
||||
# (str) Android NDK version to use
|
||||
#android.ndk = 17c
|
||||
#android.ndk = 19b
|
||||
|
||||
# (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
|
||||
|
|
Loading…
Reference in a new issue