Skip to content

Commit 6d67590

Browse files
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha08 to 1.7.0-beta01 in /snippets (#1591)
chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-alpha08 to 1.7.0-beta01. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29422cf commit 6d67590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/app-compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24'
5050
implementation 'androidx.core:core-ktx:1.13.1'
5151
implementation 'androidx.appcompat:appcompat:1.6.1'
52-
implementation "androidx.compose.foundation:foundation:1.7.0-alpha08"
52+
implementation "androidx.compose.foundation:foundation:1.7.0-beta01"
5353
implementation "androidx.compose.material:material:1.7.0-alpha08"
5454
implementation 'com.google.android.material:material:1.12.0'
5555
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

snippets/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24'
5555
implementation 'androidx.core:core-ktx:1.13.1'
5656
implementation 'androidx.appcompat:appcompat:1.6.1'
57-
implementation "androidx.compose.foundation:foundation:1.7.0-alpha08"
57+
implementation "androidx.compose.foundation:foundation:1.7.0-beta01"
5858
implementation "androidx.compose.material:material:1.7.0-alpha08"
5959
implementation 'com.google.android.material:material:1.12.0'
6060
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

0 commit comments

Comments
 (0)