mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-05 13:22:59 -05:00
0.7.91 and update libs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user