Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.3
All checks were successful
Build & Test / Validate (push) Successful in 14s
Build & Test / Run Unit Tests (push) Successful in 3m33s

This commit is contained in:
Renovate Bot 2024-07-20 16:00:31 +00:00 committed by renovate-bot
parent 41a937ef3c
commit c196ebcad1

View file

@ -7,7 +7,7 @@ espressoCore = "3.5.1"
junit = "4.13.2"
junitVersion = "1.1.5"
kotlin = "2.0.0"
lifecycleRuntimeKtx = "2.6.1"
lifecycleRuntimeKtx = "2.8.3"
[libraries]
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }