altosdroid: Update target API to 29
[fw/altos] / altosdroid / app / build.gradle.in
index cc29d86ca7b0a5d64b2a2a7779ad8882ded1336e..763b1657675f91897755ace5971573949cd6d666 100644 (file)
@@ -18,7 +18,7 @@ android {
     defaultConfig {
         applicationId "org.altusmetrum.AltosDroid"
         minSdkVersion 21
-        targetSdkVersion 28
+        targetSdkVersion 29
         versionCode @ANDROID_VERSION@
         versionName "@VERSION@"
     }
@@ -41,7 +41,7 @@ android {
 dependencies {
     implementation 'androidx.appcompat:appcompat:1.0.0'
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
+    implementation 'androidx.core:core:1.2.0'
     implementation 'com.google.android.gms:play-services-maps:17.0.0'
     implementation fileTree(dir: 'libs', include: ['*.jar'])
 }
-