From 23a4393e77e86a44cce91cafc08d4e32baf565a5 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Thu, 17 Oct 2024 09:57:24 -0400 Subject: [PATCH] Bump version to 7.20.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 c2d2f14b58..9cdf24074c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -22,8 +22,8 @@ plugins { apply(from = "static-ips.gradle.kts") val canonicalVersionCode = 1470 -val canonicalVersionName = "7.20.1" -val currentHotfixVersion = 0 +val canonicalVersionName = "7.20.2" +val currentHotfixVersion = 1 val maxHotfixVersions = 100 val keystores: Map = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))