From ce5ce7c9bc44fe754212a0e395d01be5eacbf982 Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Mon, 15 Jun 2026 07:54:07 +0000 Subject: [PATCH] fix(deps): update compose_version to v1.11.2 --- lit-native/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lit-native/android/build.gradle b/lit-native/android/build.gradle index c558147..b3b9015 100644 --- a/lit-native/android/build.gradle +++ b/lit-native/android/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - compose_version = '1.5.15' + compose_version = '1.11.2' } repositories { google()