URI: 
       tfix prev - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2f7573850ef911333ad1d890558f87c9cb429721
   DIR parent 8999e92f76f39a965fc8d49a3efe56b1daa187fa
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Thu,  6 Dec 2018 16:05:35 +0100
       
       fix prev
       
       Diffstat:
         M electrum/gui/kivy/tools/buildozer.… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/gui/kivy/tools/buildozer.spec b/electrum/gui/kivy/tools/buildozer.spec
       t@@ -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)