Skip to content

Commit

Permalink
Update Compose libs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen committed Apr 21, 2023
1 parent bef2578 commit 27202e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .idea/kotlinScripting.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ constraintlayout = '2.1.4'
junit-version = '4.13.2'
robolectric-version = '4.9.2'
# Compose
compose-bom = '2023.04.00' # https://developer.android.com/jetpack/compose/bom/bom-mapping
compose-compiler = '1.4.5'
compose-bom = '2023.04.01' # https://developer.android.com/jetpack/compose/bom/bom-mapping
compose-compiler = '1.4.6'
# Compose integration with Activities
androidx-activity = '1.7.0'
androidx-activity = '1.7.1'
# Compose integration with ViewModels
androidx-lifecycle = '2.6.1'
# Hilt
Expand Down

0 comments on commit 27202e1

Please sign in to comment.