From 7e59ffcc9ba714aba82ab6f0d2693c0fad4a563d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:32:08 +0000 Subject: [PATCH] Bump androidx.compose.foundation:foundation (#39) --- feature/conversations/build.gradle.kts | 2 +- feature/friends/build.gradle.kts | 2 +- feature/messageshistory/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/feature/conversations/build.gradle.kts b/feature/conversations/build.gradle.kts index b6195129..c6841735 100644 --- a/feature/conversations/build.gradle.kts +++ b/feature/conversations/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation(libs.haze.materials) // TODO: 03/07/2024, Danil Nikolaev: remove when stable release (lazy column fixes) - implementation("androidx.compose.foundation:foundation:1.7.0-beta07") + implementation("androidx.compose.foundation:foundation:1.7.0-rc01") implementation(libs.eithernet) diff --git a/feature/friends/build.gradle.kts b/feature/friends/build.gradle.kts index 1dac932d..2291b5f4 100644 --- a/feature/friends/build.gradle.kts +++ b/feature/friends/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { implementation(libs.haze.materials) // TODO: 03/07/2024, Danil Nikolaev: remove when stable release - implementation("androidx.compose.foundation:foundation:1.7.0-beta07") + implementation("androidx.compose.foundation:foundation:1.7.0-rc01") implementation(libs.eithernet) diff --git a/feature/messageshistory/build.gradle.kts b/feature/messageshistory/build.gradle.kts index 10122d92..d91f52db 100644 --- a/feature/messageshistory/build.gradle.kts +++ b/feature/messageshistory/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation(libs.bundles.compose) // TODO: 03/07/2024, Danil Nikolaev: remove when stable release - implementation("androidx.compose.foundation:foundation:1.7.0-beta07") + implementation("androidx.compose.foundation:foundation:1.7.0-rc01") implementation(libs.eithernet)