From 4303ef2f63479ce8e1e4a3ba6d6d6f888b2d468c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:21:09 -0700 Subject: [PATCH] Bump androidx.compose.foundation:foundation (#34) Bumps androidx.compose.foundation:foundation from 1.7.0-beta04 to 1.7.0-beta07. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 94d4eb04..7a91338a 100644 --- a/feature/conversations/build.gradle.kts +++ b/feature/conversations/build.gradle.kts @@ -59,7 +59,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-beta04") + implementation("androidx.compose.foundation:foundation:1.7.0-beta07") implementation(libs.eithernet) diff --git a/feature/friends/build.gradle.kts b/feature/friends/build.gradle.kts index 8fd44baa..5c12a2b5 100644 --- a/feature/friends/build.gradle.kts +++ b/feature/friends/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { implementation(libs.haze.materials) // TODO: 03/07/2024, Danil Nikolaev: remove when stable release - implementation("androidx.compose.foundation:foundation:1.7.0-beta04") + implementation("androidx.compose.foundation:foundation:1.7.0-beta07") implementation(libs.eithernet) diff --git a/feature/messageshistory/build.gradle.kts b/feature/messageshistory/build.gradle.kts index 45772727..cd5387f7 100644 --- a/feature/messageshistory/build.gradle.kts +++ b/feature/messageshistory/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { implementation(libs.bundles.compose) // TODO: 03/07/2024, Danil Nikolaev: remove when stable release - implementation("androidx.compose.foundation:foundation:1.7.0-beta04") + implementation("androidx.compose.foundation:foundation:1.7.0-beta07") implementation(libs.eithernet)