Skip to content

Commit ac5f7cf

Browse files
Bump the gradle group with 3 updates
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.1 to 2.9.2 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.9.1 to 2.9.2 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.1 to 2.9.2 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef4b260 commit ac5f7cf

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
@@ -55,7 +55,7 @@ dependencies {
5555

5656
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt'
5757
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
58-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.1'
58+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.2'
5959
implementation 'androidx.activity:activity-ktx:1.10.1'
6060

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

6767
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
68-
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.1'
69-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1'
68+
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.2'
69+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2'
7070
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
7171
implementation 'androidx.fragment:fragment-ktx:1.8.8'
7272

0 commit comments

Comments
 (0)