From 6ac93daa98b6d4b4955d1259a6313335e667b6a1 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 5 Apr 2020 14:21:46 -0700 Subject: [PATCH] 0.2.4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 856d5e645..62955ef5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.geeksville.mesh" minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 29 - versionCode 123 - versionName "0.2.3" + versionCode 124 + versionName "0.2.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {