From b677abf10201bfebe713830c0372f726213d480c Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 13 Oct 2020 07:31:24 +0800 Subject: [PATCH] 1.1.5 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d15185658..21fee36ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 29 - versionCode 20102 // format is Mmmss (where M is 1+the numeric major number - versionName "1.1.2" + versionCode 20105 // format is Mmmss (where M is 1+the numeric major number + versionName "1.1.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {