Skip to content

Commit

Permalink
Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent f0b081b commit f582be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies {
implementation("androidx.compose.material:material-icons-extended:$composeLibsVersion")
implementation("androidx.compose.material3:material3:$material3Version")
implementation("androidx.compose.material3:material3-window-size-class:$material3Version")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.3")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.4")
//coil
val coilVersion = "2.7.0"
implementation("io.coil-kt:coil:$coilVersion")
Expand Down

0 comments on commit f582be6

Please sign in to comment.