File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 6464 <trusting group="androidx.constraintlayout"/>
6565 <trusting group="androidx.core"/>
6666 <trusting group="androidx.databinding"/>
67+ <trusting group="androidx.lifecycle"/>
68+ <trusting group="androidx.savedstate"/>
6769 <trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
6870 <trusting group="^com[.]android($|([.].*))" regex="true"/>
6971 </trusted-key>
20572059 <sha256 value="d72516cfce78bef654fe5df4c99b9dabd19780c95053268a6d5b4b0dda2d4323" origin="Generated by Gradle"/>
20582060 </artifact>
20592061 </component>
2062+ <component group="androidx.lifecycle" name="lifecycle-livedata" version="2.9.0">
2063+ <artifact name="lifecycle-livedata-2.9.0.aar">
2064+ <sha256 value="46382ddfba348db97846cfa81d67d72304dc156bb96224358b429fe748bc6ab4" origin="Generated by Gradle"/>
2065+ </artifact>
2066+ </component>
20602067 <component group="androidx.lifecycle" name="lifecycle-livedata-core" version="2.3.1">
20612068 <artifact name="lifecycle-livedata-core-2.3.1.module">
20622069 <sha256 value="b1e095d550d39a7d6c815761d6dbe3fd64eb31a39dc28146e78bbf2c01ba8f41" origin="Generated by Gradle" reason="Artifact is not signed"/>
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
4747 implementation ' androidx.appcompat:appcompat:1.7.0'
4848 implementation ' com.google.android.material:material:1.12.0'
4949 implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
50- implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.8.7 '
50+ implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.9.0 '
5151 implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
5252 implementation project(path : ' :ui' )
5353 testImplementation ' junit:junit:4.13.2'
You can’t perform that action at this time.
0 commit comments