Merge pull request #324 from meshtastic/release

1.2.51
This commit is contained in:
Jm Casler 2021-12-15 11:05:45 -08:00 committed by GitHub
commit 6b09028dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -42,8 +42,8 @@ android {
applicationId "com.geeksville.mesh"
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
targetSdkVersion 30 // 30 can't work until an explicit location permissions dialog is added
versionCode 20250 // format is Mmmss (where M is 1+the numeric major number
versionName "1.2.50"
versionCode 20251 // format is Mmmss (where M is 1+the numeric major number
versionName "1.2.51"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// per https://developer.android.com/studio/write/vector-asset-studio
@ -165,7 +165,7 @@ dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:v3.0.0'
// mapbox
implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.6.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.7.1'
// mapbox specifies a really old version of okhttp3 which causes lots of API warnings. trying a newer version
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
@ -177,7 +177,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-auth:19.2.0'
// Add the Firebase SDK for Crashlytics.
implementation 'com.google.firebase:firebase-crashlytics:18.2.4'
implementation 'com.google.firebase:firebase-crashlytics:18.2.6'
// 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"