From 8ace22d6864415de064a3230205de3e39194436a Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sun, 7 Mar 2021 09:56:30 +0800 Subject: [PATCH] 1.2.5 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 557ecb57b..b276c46a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,8 +31,8 @@ android { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 29 - versionCode 20204 // format is Mmmss (where M is 1+the numeric major number - versionName "1.2.04" + versionCode 20205 // format is Mmmss (where M is 1+the numeric major number + versionName "1.2.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // per https://developer.android.com/studio/write/vector-asset-studio