Skip to content

Commit 760ec31

Browse files
Bump the gradle group with 3 updates (#432)
Bumps the gradle group with 3 updates: androidx.lifecycle:lifecycle-runtime-ktx, androidx.lifecycle:lifecycle-livedata-ktx and androidx.lifecycle:lifecycle-viewmodel-ktx. Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.3 to 2.9.4 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.9.3 to 2.9.4 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.3 to 2.9.4 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c50b05b commit 760ec31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

5252
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt'
5353
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
54-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.3'
54+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.4'
5555
implementation 'androidx.activity:activity-ktx:1.11.0'
5656

5757
// https://mvnrepository.com/artifact/com.github.bumptech.glide/glide
@@ -61,8 +61,8 @@ dependencies {
6161
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
6262

6363
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
64-
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.3'
65-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3'
64+
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.4'
65+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4'
6666
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
6767
implementation 'androidx.fragment:fragment-ktx:1.8.9'
6868

0 commit comments

Comments
 (0)