From abdad4cde8a7d2535a25829a25613a65d51badf0 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Mon, 30 Mar 2026 12:51:59 -0400 Subject: [PATCH] Bump version to 8.4.2 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7913b5c0f2..c531edad85 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -25,8 +25,8 @@ plugins { apply(from = "static-ips.gradle.kts") val canonicalVersionCode = 1670 -val canonicalVersionName = "8.4.1" -val currentHotfixVersion = 0 +val canonicalVersionName = "8.4.2" +val currentHotfixVersion = 1 val maxHotfixVersions = 100 // We don't want versions to ever end in 0 so that they don't conflict with nightly versions