Skip to content

Commit d7f2452

Browse files
Bump the gradle group with 5 updates (#403)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98ceafe commit d7f2452

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4444
implementation 'androidx.core:core-ktx:1.16.0'
4545
implementation 'androidx.leanback:leanback:1.2.0'
46-
implementation 'androidx.appcompat:appcompat:1.7.0'
46+
implementation 'androidx.appcompat:appcompat:1.7.1'
4747

4848
// https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit
4949
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
@@ -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.0'
58+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.1'
5959
implementation 'androidx.activity:activity-ktx:1.10.1'
6060

6161
// https://mvnrepository.com/artifact/com.github.bumptech.glide/glide
@@ -65,10 +65,10 @@ 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.0'
69-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0'
68+
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.1'
69+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1'
7070
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
71-
implementation 'androidx.fragment:fragment-ktx:1.8.7'
71+
implementation 'androidx.fragment:fragment-ktx:1.8.8'
7272

7373
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
7474

0 commit comments

Comments
 (0)