From 8f32c39c5fa306ee92fad7fead1b83f7c9c37881 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 24 Mar 2021 13:52:11 +0800 Subject: [PATCH] 1.2.13 --- app/build.gradle | 8 ++++---- app/src/main/proto | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 49381c9e..4704ea73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 30 - versionCode 20211 // format is Mmmss (where M is 1+the numeric major number - versionName "1.2.11" + versionCode 20213 // format is Mmmss (where M is 1+the numeric major number + versionName "1.2.13" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // per https://developer.android.com/studio/write/vector-asset-studio @@ -151,7 +151,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" // For now I'm not using javalite, because I want JSON printing - implementation ('com.google.protobuf:protobuf-java:3.15.5') + implementation ('com.google.protobuf:protobuf-java:3.15.6') // For UART access // implementation 'com.google.android.things:androidthings:1.0' @@ -170,7 +170,7 @@ dependencies { implementation 'com.google.android.gms:play-services-auth:19.0.0' // Add the Firebase SDK for Crashlytics. - implementation 'com.google.firebase:firebase-crashlytics:17.3.1' + implementation 'com.google.firebase:firebase-crashlytics:17.4.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/app/src/main/proto b/app/src/main/proto index ac26ffdc..820fa497 160000 --- a/app/src/main/proto +++ b/app/src/main/proto @@ -1 +1 @@ -Subproject commit ac26ffdc71dad5765124186df5ec38771a0e5240 +Subproject commit 820fa497dfde07e129cad6955bf2f4b2b9cecebc