Skip to content

Commit a2928d6

Browse files
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha07 to 1.7.0-alpha08 in /snippets (#1560)
chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-alpha07 to 1.7.0-alpha08. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83f6b23 commit a2928d6

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.23'
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-alpha07"
52+
implementation "androidx.compose.foundation:foundation:1.7.0-alpha08"
5353
implementation "androidx.compose.material:material:1.7.0-alpha08"
5454
implementation 'com.google.android.material:material:1.11.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.23'
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-alpha07"
57+
implementation "androidx.compose.foundation:foundation:1.7.0-alpha08"
5858
implementation "androidx.compose.material:material:1.7.0-alpha08"
5959
implementation 'com.google.android.material:material:1.11.0'
6060
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

0 commit comments

Comments
 (0)