0.7.91 and update libs

This commit is contained in:
geeksville
2020-07-07 10:51:57 -07:00
parent 979c7f407f
commit 9e91421341

View File

@@ -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"