Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.4
Some checks failed
Build & Test / Validate (push) Successful in 18s
Build & Test / Run Unit Tests (push) Failing after 3m43s

This commit is contained in:
Renovate Bot 2024-07-24 18:00:30 +00:00 committed by renovate-bot
parent 906f1c8c1f
commit 414d1a36c4

View file

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