commit 2f7573850ef911333ad1d890558f87c9cb429721 parent 8999e92f76f39a965fc8d49a3efe56b1daa187fa Author: SomberNight <somber.night@protonmail.com> Date: Thu, 6 Dec 2018 16:05:35 +0100 fix prev Diffstat:
M | electrum/gui/kivy/tools/buildozer.spec | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum/gui/kivy/tools/buildozer.spec b/electrum/gui/kivy/tools/buildozer.spec @@ -66,7 +66,7 @@ android.sdk = 24 # (str) Android NDK version to use android.ndk = 14b -(int) Android NDK API to use (optional). This is the minimum API your app will support. +# (int) Android NDK API to use (optional). This is the minimum API your app will support. android.ndk_api = 21 # (bool) Use --private data storage (True) or --dir public storage (False)