Skip to content

Commit

Permalink
Adding a few more compose-boms. (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Jun 1, 2024
1 parent 8c82644 commit 8dffe01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ dependencies {
implementation 'androidx.compose.material:material-icons-extended-desktop:1.6.7'
implementation 'androidx.compose.material3:material3-window-size-class'
implementation 'androidx.compose.ui:ui-tooling'
implementation 'androidx.compose.runtime:runtime-livedata:1.6.7'
implementation 'androidx.compose.runtime:runtime-livedata'

// Activities
implementation 'androidx.activity:activity-compose:1.9.0'
implementation 'androidx.activity:activity-compose'

// LiveData
implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.8.1'
implementation 'androidx.lifecycle:lifecycle-runtime-compose'

// Navigation
implementation 'androidx.navigation:navigation-compose:2.7.7'
Expand Down

0 comments on commit 8dffe01

Please sign in to comment.