Skip to content

Commit 1a57d85

Browse files
Update dependency androidx.compose:compose-bom to v2023.08.00
1 parent 415cfc3 commit 1a57d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646

4747
dependencies {
4848
implementation("androidx.navigation:navigation-runtime-ktx:2.6.0")
49-
val composeBom = platform("androidx.compose:compose-bom:2023.06.01")
49+
val composeBom = platform("androidx.compose:compose-bom:2023.08.00")
5050
implementation(composeBom)
5151
implementation(project(":gallery-picker"))
5252
implementation("androidx.activity:activity-compose:1.7.2")

0 commit comments

Comments
 (0)