Skip to content

Commit

Permalink
Merge pull request #44 from toastmeister1/main
Browse files Browse the repository at this point in the history
Fix dependencies defined with incorrect names in the version catalog
  • Loading branch information
skydoves authored Apr 8, 2024
2 parents ffe7a6d + 23ad2f4 commit 0fb945a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jetbrains-compose = { id = "org.jetbrains.compose", version.ref = "jetbrains-com

[libraries]
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
androidx-compose-ui = { group = "androidx.compose.animation", name = "animation" }
androidx-compose-animation = { group = "androidx.compose.animation", name = "animation" }
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
androidx-compose-animation = { group = "androidx.compose.ui", name = "ui" }
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
androidx-compose-material = { group = "androidx.compose.material", name = "material" }
androidx-compose-material-iconsExtended = { group = "androidx.compose.material", name = "material-icons-extended" }
androidx-compose-navigation = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidxNavigation" }
Expand Down

0 comments on commit 0fb945a

Please sign in to comment.