From 1b8a371181ec9d3daa1a46b014de554036aedb77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:37:07 +0000 Subject: [PATCH] fix(deps): update composeuiversion --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6b0267b..5af88e5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import java.io.FileInputStream import java.util.* buildscript { - val composeUiVersion by extra("1.7.8") + val composeUiVersion by extra("1.9.3") } // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins {