mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 13:05:31 +03:00
Merge pull request #4144 from nextcloud/renovate/androidx.lifecycle-lifecycle-runtime-ktx-2.x
fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.5
This commit is contained in:
commit
c0f080bee7
2 changed files with 6 additions and 1 deletions
|
@ -312,7 +312,7 @@ dependencies {
|
|||
implementation 'androidx.compose.material3:material3'
|
||||
implementation("androidx.compose.ui:ui-tooling-preview")
|
||||
implementation 'androidx.activity:activity-compose:1.9.2'
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5'
|
||||
debugImplementation("androidx.compose.ui:ui-tooling")
|
||||
|
||||
//tests
|
||||
|
|
|
@ -1115,6 +1115,11 @@
|
|||
<sha256 value="847f99ae15ba72997b322ae909014a162e6c8dcf32752e6173799d94e6cdab14" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.8.5">
|
||||
<artifact name="lifecycle-livedata-2.8.5.aar">
|
||||
<sha256 value="034ca56d2fed11a18eb22133b58a8d3a563d1cd8b56aab4f3c8dad6b9146ddc5" 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"/>
|
||||
|
|
Loading…
Reference in a new issue