From 439a3619e4274fb5d9e3a70f16c012948f51877e Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Sat, 28 Mar 2020 16:58:29 +0100 Subject: [PATCH] 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. --- buildozer/default.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildozer/default.spec b/buildozer/default.spec index 1aaf2cc4a..8e51d9b3c 100644 --- a/buildozer/default.spec +++ b/buildozer/default.spec @@ -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