Skip to content

Commit b29328b

Browse files
Update dependency androidx.compose:compose-bom to v2023.10.01
1 parent 0fcbe87 commit b29328b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-livestream/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878
implementation "androidx.activity:activity-compose:1.7.2"
7979
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"
8080

81-
implementation platform("androidx.compose:compose-bom:2023.04.01")
81+
implementation platform("androidx.compose:compose-bom:2023.10.01")
8282
implementation 'androidx.compose.ui:ui'
8383
implementation 'androidx.compose.ui:ui-graphics'
8484
implementation 'androidx.compose.ui:ui-tooling-preview'
@@ -87,7 +87,7 @@ dependencies {
8787
testImplementation 'junit:junit:4.13.2'
8888
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
8989
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
90-
androidTestImplementation platform("androidx.compose:compose-bom:2023.04.01")
90+
androidTestImplementation platform("androidx.compose:compose-bom:2023.10.01")
9191
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
9292
debugImplementation 'androidx.compose.ui:ui-tooling'
9393
debugImplementation 'androidx.compose.ui:ui-test-manifest'

0 commit comments

Comments
 (0)