From 0b32dd75c5534d6496d945fcbf8f47c98c54909f Mon Sep 17 00:00:00 2001 From: Jonathan Nobels Date: Thu, 9 Oct 2025 16:37:59 -0400 Subject: [PATCH] build.gradle: update versionCode to match playstore (#711) udpates #cleanup Manual bump for now to fix issues with FDroid builds. Signed-off-by: Jonathan Nobels --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5079097..8f64b3d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -37,7 +37,7 @@ android { defaultConfig { minSdkVersion 26 targetSdkVersion 35 - versionCode 356 + versionCode 468 versionName getVersionProperty("VERSION_LONG") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"