From aceff862db23faa93f5b292e984d5ed49465cc1d Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Wed, 17 Jun 2026 18:01:02 +0000 Subject: [PATCH] fix(deps): update compose_version to v1.11.3 --- 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..eb70c59 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.3' } repositories { google()