Skip to content

Commit 6c1f59a

Browse files
build(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx (#1359)
Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.7.0 to 2.8.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7cc5be commit 6c1f59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
implementation 'androidx.appcompat:appcompat:1.7.0-beta01'
5454
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
5555

56-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
56+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0"
5757
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5858

5959
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1'

0 commit comments

Comments
 (0)