From 78e1a407a60be1d33cee2714a894af390f92f0a6 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Thu, 2 Apr 2026 12:47:48 -0300 Subject: [PATCH] Bump version to 8.6.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 ad7770a4c8..c69a61c59f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ plugins { apply(from = "static-ips.gradle.kts") -val canonicalVersionCode = 1673 -val canonicalVersionName = "8.6.0" +val canonicalVersionCode = 1674 +val canonicalVersionName = "8.6.1" val currentHotfixVersion = 0 val maxHotfixVersions = 100