URI: 
       tkivy: fix buildozer.spec - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit decbf13de961b9e8cee0902d8e332ed9c871880e
   DIR parent 04a2c03c280c3ca39f7eb23090bfa8644346f309
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Sat,  6 Feb 2016 17:17:45 +0100
       
       kivy: fix buildozer.spec
       
       Diffstat:
         M gui/kivy/tools/buildozer.spec       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/kivy/tools/buildozer.spec b/gui/kivy/tools/buildozer.spec
       t@@ -104,7 +104,7 @@ android.private_storage = True
        #android.manifest.intent_filters = nfc_filter.xml
        
        # (list) Android additionnal libraries to copy into libs/armeabi
       -android.add_libs_armeabi = lib/android/*.so
       +#android.add_libs_armeabi = lib/android/*.so
        
        # (bool) Indicate whether the screen should stay on
        # Don't forget to add the WAKE_LOCK permission if you set this to True