From 83ae1c721e8bea539b7973031928372934f0e187 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 01:32:49 +0000 Subject: [PATCH] Update dependency androidx.compose.foundation:foundation to v1.7.0 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index cd9693f..3396768 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -110,7 +110,7 @@ dependencies { implementation("com.google.accompanist:accompanist-permissions:0.35.0-alpha") implementation("com.mikepenz:aboutlibraries-core:11.2.3") implementation("com.mikepenz:aboutlibraries-compose-m3:11.2.3") - implementation("androidx.compose.foundation:foundation:1.7.0-rc01") + implementation("androidx.compose.foundation:foundation:1.7.0") implementation("com.github.nanihadesuka:LazyColumnScrollbar:2.2.0") implementation("com.joaomgcd:taskerpluginlibrary:0.4.10") testImplementation("junit:junit:4.13.2")