From bf79918b0bf2caad10aa094129eaf3d33a1a2df4 Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Wed, 1 Jul 2026 18:01:31 +0000 Subject: [PATCH] fix(deps): update compose_version to v1.11.4 --- 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..0cdfb5e 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.4' } repositories { google()