From 98c2f36a1186b06bc86a8a46672f9df877a4a9f3 Mon Sep 17 00:00:00 2001 From: Brent Picasso Date: Sat, 1 Dec 2018 12:01:01 -0800 Subject: [PATCH] update docs per PR review --- buildozer/default.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildozer/default.spec b/buildozer/default.spec index a75b167..a6b322e 100644 --- a/buildozer/default.spec +++ b/buildozer/default.spec @@ -90,7 +90,7 @@ fullscreen = 0 # (int) Android API to use #android.api = 19 -# (int) Minimum API required +# (int) Minimum API required. You will need to set the android.ndk.api to be as low as this value. #android.minapi = 9 # (int) Android SDK version to use @@ -99,7 +99,7 @@ fullscreen = 0 # (str) Android NDK version to use #android.ndk = 9c -# (int) Android NDK API to use (optional) +# (int) Android NDK API to use (optional). This is the minimum API your API will support. #android.ndk.api = 19 # (bool) Use --private data storage (True) or --dir public storage (False)