URI: 
       tandroid build: bump targetSdkVersion to 29 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 59e9337be07bbc5439a4ceedaddf4d163e9c0fa2
   DIR parent ef744f164be26f88b6cd0be799800e58c9f63f4e
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Tue, 17 Nov 2020 16:54:24 +0100
       
       android build: bump targetSdkVersion to 29
       
       as Google Play now mandates that as minimum
       
       Diffstat:
         M contrib/android/buildozer.spec      |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/contrib/android/buildozer.spec b/contrib/android/buildozer.spec
       t@@ -70,8 +70,8 @@ fullscreen = False
        # (list) Permissions
        android.permissions = INTERNET, CAMERA, WRITE_EXTERNAL_STORAGE
        
       -# (int) Android API to use
       -android.api = 28
       +# (int) Android API to use  (targetSdkVersion)
       +android.api = 29
        
        # (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value.
        android.minapi = 21