From ffb64687f01d62dc8883c47ab10ad1353ae51629 Mon Sep 17 00:00:00 2001 From: balzack Date: Sun, 26 May 2024 09:27:10 -0700 Subject: [PATCH] updating versionCode to match android build number --- app/mobile/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mobile/android/app/build.gradle b/app/mobile/android/app/build.gradle index 66512d66..86c1f434 100644 --- a/app/mobile/android/app/build.gradle +++ b/app/mobile/android/app/build.gradle @@ -103,7 +103,7 @@ android { applicationId "com.databag" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 14 + versionCode 1019 versionName "1.1" }