From b5925b4d99436de7d5e553c036c3b32db463992f Mon Sep 17 00:00:00 2001 From: Dara Keon Date: Sun, 26 Nov 2023 14:44:29 +0000 Subject: [PATCH] android: increase version code Last release was rejected because of test deps --- android/App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/App/build.gradle b/android/App/build.gradle index a81de9468..3b870d9bd 100644 --- a/android/App/build.gradle +++ b/android/App/build.gradle @@ -14,7 +14,7 @@ android { // read the explanation // at the end of the file //noinspection HighAppVersionCode - versionCode 2011000063 + versionCode 2011000064 versionName "$dfm_version" minSdkVersion 21