From 4fcb50ae664b852a3c0a10c6a4a119cc4c3256ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:03:18 +0000 Subject: [PATCH] Update dependency composeOptions to v1.5.15 --- android_app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index fff30e7..394acac 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -34,7 +34,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion = "1.4.4" + kotlinCompilerExtensionVersion = "1.5.15" } }