Skip to content

Commit d1dacc1

Browse files
Bump lifecycle-livedata-ktx from 2.5.0 to 2.5.1 (#742)
Bumps lifecycle-livedata-ktx from 2.5.0 to 2.5.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89baef7 commit d1dacc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app-partial-users/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'androidx.appcompat:appcompat:1.4.2'
4343
implementation 'androidx.cardview:cardview:1.0.0'
4444
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
45-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.0"
45+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.1"
4646
implementation 'androidx.lifecycle:lifecycle-runtime:2.5.1'
4747
implementation 'androidx.media:media:1.6.0'
4848
implementation 'androidx.recyclerview:recyclerview:1.2.1'

feature/repo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation coroutinesAndroid
3131
implementation coroutinesCore
3232
implementation coroutinesJvm
33-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.0"
33+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.1"
3434

3535
implementation retrofit
3636
implementation retrofitGsonConverter

feature/users/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation fresco
5252
implementation 'org.threeten:threetenbp:1.5.1:no-tzdb'
5353

54-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.0"
54+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.1"
5555

5656
testImplementation 'com.jraska.livedata:testing-ktx:1.2.0'
5757
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)