Skip to content

Commit

Permalink
Merge pull request #475 from fmonniot/dependabot/gradle/androidx.comp…
Browse files Browse the repository at this point in the history
…ose-compose-bom-2024.11.00

Bump androidx.compose:compose-bom from 2024.10.01 to 2024.11.00
  • Loading branch information
fmonniot authored Nov 17, 2024
2 parents 6d8d06a + e14b715 commit 9e0a5eb
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 @@ -82,7 +82,7 @@ dependencies {
implementation "com.google.accompanist:accompanist-swiperefresh:0.36.0"


Dependency composeBom = platform('androidx.compose:compose-bom:2024.10.01')
Dependency composeBom = platform('androidx.compose:compose-bom:2024.11.00')
implementation composeBom
testImplementation composeBom
androidTestImplementation composeBom
Expand Down

0 comments on commit 9e0a5eb

Please sign in to comment.