From 53b4f59e291492e83e9b19e0db4d7d86e1e23b40 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Fri, 8 Jan 2021 14:45:51 +0800 Subject: [PATCH] 1.1.34 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8292c32a8..06752e429 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 20133 // format is Mmmss (where M is 1+the numeric major number - versionName "1.1.33" + versionCode 20134 // format is Mmmss (where M is 1+the numeric major number + versionName "1.1.34" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {