Update dependency androidx.compose.ui:ui-tooling to v1.4.3 (#509)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-05-06 20:29:34 +05:30
committed by GitHub
parent f45d4f2dd9
commit c8d204dd81

View File

@@ -123,7 +123,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1"
implementation "androidx.compose.material:material-icons-extended:1.4.2"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.4.3"
debugImplementation "androidx.compose.ui:ui-tooling:1.4.2"
debugImplementation "androidx.compose.ui:ui-tooling:1.4.3"
implementation("androidx.compose.runtime:runtime-livedata:1.4.3")
implementation "androidx.navigation:navigation-compose:2.5.3"