From 503bf04ec50c733c51f4d27b3f4e5e9d7490368e Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Wed, 25 Feb 2026 20:01:23 -0500 Subject: [PATCH] Bump version to 8.1.0 --- 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 4a76a1b691..5b3c23d929 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ plugins { apply(from = "static-ips.gradle.kts") -val canonicalVersionCode = 1656 -val canonicalVersionName = "8.0.4" +val canonicalVersionCode = 1657 +val canonicalVersionName = "8.1.0" val currentHotfixVersion = 0 val maxHotfixVersions = 100