altosdroid: Update target API to 29
[fw/altos] / 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@"
     }