From 9203209d17ff137405220c784419404bb8e57506 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 15 Sep 2026 12:59:53 +0300 Subject: [PATCH] up version --- apps/giga-wear/client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/giga-wear/client/build.gradle.kts b/apps/giga-wear/client/build.gradle.kts index 65aeaf0..fafb6ec 100644 --- a/apps/giga-wear/client/build.gradle.kts +++ b/apps/giga-wear/client/build.gradle.kts @@ -8,7 +8,7 @@ plugins { alias(libs.plugins.convention.serialization) } -val appVersion = "1.0" +val appVersion = "1.0.2" android { buildFeatures { buildConfig = true }