first cut at turnon scripts for EasyTimer v2
[fw/altos] / altosdroid / app / build.gradle.in
index cc29d86ca7b0a5d64b2a2a7779ad8882ded1336e..e386ad8cf244b2e6bc94e3d68b252635284350fe 100644 (file)
@@ -18,7 +18,7 @@ android {
     defaultConfig {
         applicationId "org.altusmetrum.AltosDroid"
         minSdkVersion 21
-        targetSdkVersion 28
+        targetSdkVersion 31
         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'])
 }
-