URI: 
       tfix #3740 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit f93c3d79d7f9d07db14728196728188086bb10de
   DIR parent 3a38c251acc160b898752ce54765fb609dfcf24a
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri,  2 Mar 2018 19:33:33 +0100
       
       fix #3740
       
       Diffstat:
         M gui/kivy/Readme.md                  |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/kivy/Readme.md b/gui/kivy/Readme.md
       t@@ -74,6 +74,7 @@ Update your Android build tools to version 27 like described above.
        
        ## Why do I get errors like  `(use -source 7 or higher to enable multi-catch statement)` while compiling?
        Make sure that your p4a installation includes commit a3cc78a6d1a107cd3b6bd28db8b80f89e3ecddd2.
       +Also make sure you have recent SDK tools and platform-tools
        
        ## I changed something but I don't see any differences on the phone. What did I do wrong?
        You probably need to clear the cache: `rm -rf .buildozer/android/platform/build/{build,dists}`