From 7ea8dfe2cc0da2101727b2b60164316354e2a965 Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 13 Apr 2020 16:28:49 -0700 Subject: [PATCH] 0.3.8 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 485ac0a7..9a628e9a 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 137 - versionName "0.3.7" + versionCode 138 + versionName "0.3.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {