From 42e13153900b5c1f7bd82ae4ef3e0a1ca1c2c37c Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Mon, 15 Jun 2026 07:53:38 +0000 Subject: [PATCH] fix(deps): update compose_version --- 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 d47c52a..c558147 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.0.0-alpha08' + compose_version = '1.5.15' } repositories { google()