Skip to content

Commit

Permalink
Merge pull request #187 from metabrainz/dependabot/gradle/androidx.co…
Browse files Browse the repository at this point in the history
…mpose-compose-bom-2023.06.01

Bump androidx.compose:compose-bom from 2023.06.00 to 2023.06.01
  • Loading branch information
akshaaatt authored Jul 9, 2023
2 parents 99da3e1 + 8e20157 commit 60a59aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ dependencies {
kapt("androidx.hilt:hilt-compiler:1.0.0")

//Jetpack Compose
implementation platform('androidx.compose:compose-bom:2023.06.00')
implementation platform('androidx.compose:compose-bom:2023.06.01')
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-tooling'
Expand Down

0 comments on commit 60a59aa

Please sign in to comment.