WIP for new protobufs

This commit is contained in:
Kevin Hester 2020-12-07 19:50:06 +08:00
parent 663ac774de
commit cc2b99fdfc
7 changed files with 34 additions and 26 deletions

View file

@ -30,8 +30,8 @@ android {
applicationId "com.geeksville.mesh"
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
targetSdkVersion 29
versionCode 20109 // format is Mmmss (where M is 1+the numeric major number
versionName "1.1.9"
versionCode 20120 // format is Mmmss (where M is 1+the numeric major number
versionName "1.1.20"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
@ -166,7 +166,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.2.2'
implementation 'com.google.firebase:firebase-crashlytics:17.3.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"