From 4e50701c9087fa41430818857a5d30e26bf3b1f3 Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Thu, 8 Aug 2024 09:30:58 +1000 Subject: [PATCH] version code bump --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 21e2521ece..861b94a843 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ configurations.all { exclude module: "commons-logging" } -def canonicalVersionCode = 378 +def canonicalVersionCode = 379 def canonicalVersionName = "1.19.0" def postFixSize = 10