From 6e8e6e55fc4e86ea7da7309b9e98c298e87e1f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:35:50 +0000 Subject: [PATCH] Bump the gradle group with 5 updates Bumps the gradle group with 5 updates: | Package | From | To | | --- | --- | --- | | androidx.appcompat:appcompat | `1.7.0` | `1.7.1` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.0` | `2.9.1` | | androidx.lifecycle:lifecycle-livedata-ktx | `2.9.0` | `2.9.1` | | androidx.lifecycle:lifecycle-viewmodel-ktx | `2.9.0` | `2.9.1` | | androidx.fragment:fragment-ktx | `1.8.7` | `1.8.8` | Updates `androidx.appcompat:appcompat` from 1.7.0 to 1.7.1 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.0 to 2.9.1 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.9.0 to 2.9.1 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.0 to 2.9.1 Updates `androidx.fragment:fragment-ktx` from 1.8.7 to 1.8.8 --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: androidx.fragment:fragment-ktx dependency-version: 1.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9942f46..988561c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.16.0' implementation 'androidx.leanback:leanback:1.2.0' - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' // https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit implementation "com.squareup.retrofit2:retrofit:$retrofitVersion" @@ -55,7 +55,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.1' implementation 'androidx.activity:activity-ktx:1.10.1' // https://mvnrepository.com/artifact/com.github.bumptech.glide/glide @@ -65,10 +65,10 @@ dependencies { implementation 'com.journeyapps:zxing-android-embedded:4.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.fragment:fragment-ktx:1.8.7' + implementation 'androidx.fragment:fragment-ktx:1.8.8' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'