From a4a4bdd6a5218272ccf791bdfede6df7c4ca8cd6 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 9 Oct 2018 06:22:58 +0000 Subject: [PATCH] hotfix: fix versioning I messed it up on the last update... I mistakenly changed it to 1.4 and committed. When I installed the update locally I realized the problem and changed it back locally, but not in this repository.. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cf534ab..5ff105e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 24 targetSdkVersion 28 versionCode 9 - versionName "1.4" + versionName "1.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {