From ca5182f6e75b2cb441487e6fdd29e1ebe54f578e Mon Sep 17 00:00:00 2001 From: andrekir Date: Wed, 15 Dec 2021 12:29:42 -0300 Subject: [PATCH] 1.2.51 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2f795e8be..d43ccf3b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 30 // 30 can't work until an explicit location permissions dialog is added - versionCode 20250 // format is Mmmss (where M is 1+the numeric major number - versionName "1.2.50" + versionCode 20251 // format is Mmmss (where M is 1+the numeric major number + versionName "1.2.51" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // per https://developer.android.com/studio/write/vector-asset-studio