From 5e8cebdc87b19a9a3003fa80f76dbc3f2266d1a6 Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Fri, 12 Jun 2026 15:06:49 -0400 Subject: [PATCH] Bump version to 8.15.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 206afb026c..5e8cce7e59 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -27,8 +27,8 @@ plugins { val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } } staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) } -val canonicalVersionCode = 1705 -val canonicalVersionName = "8.15.1" +val canonicalVersionCode = 1706 +val canonicalVersionName = "8.15.2" val currentHotfixVersion = 0 val maxHotfixVersions = 100