Skip to content

Commit

Permalink
fix(deps): update androidx (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 5ff30ed commit 5cc7945
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 @@ -12,7 +12,7 @@ android-sdkCommon = "31.1.1"
android-lint = "31.1.1"
androidx-activityCompose = "1.7.2"
androidx-activityComposeCatalog = "1.7.2"
androidx-core = "1.10.1"
androidx-core = "1.12.0"
androidx-constraint-layout = "1.0.1"
compose-compiler = "1.5.3"
mockk = "1.13.7"
Expand Down Expand Up @@ -50,7 +50,7 @@ compose-material = { module = "androidx.compose.material:material" }
compose-material3 = "androidx.compose.material3:material3:1.1.1"
compose-materialRipple = { module = "androidx.compose.material:material-ripple" }
compose-materialIconsExtended = { module = "androidx.compose.material:material-icons-extended" }
compose-navigation = { module = "androidx.navigation:navigation-compose", version = "2.7.1" }
compose-navigation = { module = "androidx.navigation:navigation-compose", version = "2.7.2" }
compose-runtime = { module = "androidx.compose.runtime:runtime" }
compose-runtimeLivedata = { module = "androidx.compose.runtime:runtime-livedata" }
compose-tooling = { module = "androidx.compose.ui:ui-tooling" }
Expand Down

0 comments on commit 5cc7945

Please sign in to comment.