From c2126040101f7eccdcb1b6d9d703c61a4f33e374 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sat, 20 Jun 2020 14:51:52 -0700 Subject: [PATCH] 0.7.80 --- TODO.md | 1 + app/build.gradle | 6 +++--- build.gradle | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index c8d9fa6fe..21fe9d566 100644 --- a/TODO.md +++ b/TODO.md @@ -6,6 +6,7 @@ Things for the betaish period. * let user change more channel parameters +* really great notes about importance of clean BLE disconnects: https://blog.classycode.com/a-short-story-about-android-ble-connection-timeouts-and-gatt-internal-errors-fa89e3f6a456 # Documentation tasks diff --git a/app/build.gradle b/app/build.gradle index b443bc15a..5ced5f7df 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 10779 // format is Mmmss (where M is 1+the numeric major number - versionName "0.7.79" + versionCode 10780 // format is Mmmss (where M is 1+the numeric major number + versionName "0.7.80" 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.0.1' + implementation 'com.google.firebase:firebase-crashlytics:17.1.0' // 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" diff --git a/build.gradle b/build.gradle index 41d5b0495..1c2d65f4d 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { // Check that you have the Google Services Gradle plugin v4.3.2 or later // (if not, add it). classpath 'com.google.gms:google-services:4.3.3' - classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta04' + classpath 'com.google.firebase:firebase-crashlytics-gradle:2.2.0' // protobuf plugin - docs here https://github.com/google/protobuf-gradle-plugin classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.12'