From 21a57298dc7cf9b8c3db3d6c5a65bd67c3c2a49d Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Thu, 17 Oct 2024 20:03:38 -0400 Subject: [PATCH] Bump version to 7.21.1 --- 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 37a2e58c0b..f56b3c570f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -21,8 +21,8 @@ plugins { apply(from = "static-ips.gradle.kts") -val canonicalVersionCode = 1471 -val canonicalVersionName = "7.21.0" +val canonicalVersionCode = 1472 +val canonicalVersionName = "7.21.1" val currentHotfixVersion = 0 val maxHotfixVersions = 100