From 1558675cc7349522eace6deda73664a63e4eeaf0 Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 21 Apr 2020 20:39:35 -0700 Subject: [PATCH] 0.5.1 fix a crash when sending messages when app hasn't yet connected to the device during this boot of android. Thanks to @b3hr3ns for the report --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fc7c8ff37..b94b231cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "com.geeksville.mesh" minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 29 - versionCode 150 - versionName "0.5.0" + versionCode 151 + versionName "0.5.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {