Skip to content

Commit c16f138

Browse files
fix(deps): update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.9.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d04378 commit c16f138

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
<trusting group="ch.qos.logback"/>
148148
<trusting group="org.slf4j"/>
149149
</trusted-key>
150+
<trusted-key id="635EE627345F3C1DD422B2E207D3516820BCF6B1" group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3"/>
150151
<trusted-key id="694621A7227D8D5289699830ABE9F3126BB741C1" group="^com[.]google($|([.].*))" regex="true"/>
151152
<trusted-key id="696B6199A2A9D8C29CE78CC0D041CAD2E452550F" group="com.google.protobuf"/>
152153
<trusted-key id="6DD3B8C64EF75253BEB2C53AD908A43FB7EC07AC" group="jakarta.activation"/>

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation 'androidx.appcompat:appcompat:1.7.1'
4848
implementation 'com.google.android.material:material:1.13.0'
4949
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
50-
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.3'
50+
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.4'
5151
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4'
5252
implementation project(path: ':ui')
5353
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)