altosdroid: Update target API to 29
authorKeith Packard <keithp@keithp.com>
Sun, 16 May 2021 03:19:56 +0000 (20:19 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 7 Jun 2021 23:14:53 +0000 (16:14 -0700)
Required by current Android store

Signed-off-by: Keith Packard <keithp@keithp.com>
altosdroid/app/build.gradle.in

index 5dbd30ee81b5606178f68dbbd3307936b2a02908..763b1657675f91897755ace5971573949cd6d666 100644 (file)
@@ -18,7 +18,7 @@ android {
     defaultConfig {
         applicationId "org.altusmetrum.AltosDroid"
         minSdkVersion 21
-        targetSdkVersion 28
+        targetSdkVersion 29
         versionCode @ANDROID_VERSION@
         versionName "@VERSION@"
     }