Skip to content

Commit

Permalink
update AndroidX Lifecycle libraries to 2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 3, 2024
1 parent 2362ed0 commit be510f9
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 73 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ dependencies {
implementation("androidx.activity:activity-compose:1.9.3")
implementation("androidx.navigation:navigation-compose:2.8.4")
implementation("androidx.datastore:datastore-preferences:1.1.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6")
implementation("androidx.lifecycle:lifecycle-process:2.8.6")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
implementation("androidx.lifecycle:lifecycle-process:2.8.7")

implementation(platform("androidx.compose:compose-bom:2024.10.00"))
implementation("androidx.compose.ui:ui")
Expand Down
Loading

0 comments on commit be510f9

Please sign in to comment.