From 9e914213412090bfd3933137fc885534033858c0 Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 7 Jul 2020 10:51:57 -0700 Subject: [PATCH] 0.7.91 and update libs --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index be3da5d86..3835898b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 29 - versionCode 10790 // format is Mmmss (where M is 1+the numeric major number - versionName "0.7.90" + versionCode 10791 // format is Mmmss (where M is 1+the numeric major number + versionName "0.7.91" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -137,7 +137,7 @@ dependencies { implementation 'com.google.android.gms:play-services-auth:18.0.0' // Add the Firebase SDK for Crashlytics. - implementation 'com.google.firebase:firebase-crashlytics:17.1.0' + implementation 'com.google.firebase:firebase-crashlytics:17.1.1' // alas implementation bug deep in the bowels when I tried it for my SyncBluetoothDevice class // implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3"