Skip to content

Commit

Permalink
Merge pull request #4013 from nextcloud/renovate/androidx.lifecycle-l…
Browse files Browse the repository at this point in the history
…ifecycle-runtime-ktx-2.x

fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.4
  • Loading branch information
github-actions[bot] authored Jul 24, 2024
2 parents 9c69edd + 9719838 commit 996cdcf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ dependencies {
implementation 'androidx.compose.material3:material3'
implementation("androidx.compose.ui:ui-tooling-preview")
implementation 'androidx.activity:activity-compose:1.9.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
debugImplementation("androidx.compose.ui:ui-tooling")

//tests
Expand Down
10 changes: 10 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,11 @@
<sha256 value="fdbf70620b48550ab23fcf04d9ee59123bf8c31db26016ca74d3332a79444aee" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.8.4">
<artifact name="lifecycle-livedata-2.8.4.aar">
<sha256 value="847f99ae15ba72997b322ae909014a162e6c8dcf32752e6173799d94e6cdab14" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.lifecycle" name="lifecycle-livedata-core" version="2.0.0">
<artifact name="lifecycle-livedata-core-2.0.0.aar">
<sha256 value="fde334ec7e22744c0f5bfe7caf1a84c9d717327044400577bdf9bd921ec4f7bc" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down Expand Up @@ -1187,6 +1192,11 @@
<sha256 value="8083710b758ac096891e91f51d91ee56a445b265d7becf230355377327c0418b" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.lifecycle" name="lifecycle-viewmodel-savedstate" version="2.5.1">
<artifact name="lifecycle-viewmodel-savedstate-2.5.1.module">
<sha256 value="29acd5fe614b3f89123eb838f688d625eaa8b422c8d1905b48ad8e760cd7ad8b" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.loader" name="loader" version="1.0.0">
<artifact name="loader-1.0.0.aar">
<sha256 value="11f735cb3b55c458d470bed9e25254375b518b4b1bad6926783a7026db0f5025" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down

0 comments on commit 996cdcf

Please sign in to comment.