Merge pull request #1041 from AndreMiras/feature/default_ndk_to_19b
Updates default buildozer.spec NDK from 17c to 19b
This commit is contained in:
commit
cceab3c2ce
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