Skip to content

Commit dd85f6f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
implementation 'androidx.appcompat:appcompat:1.7.0-beta01'
5757
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
5858

59-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0"
59+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3"
6060
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6161

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

0 commit comments

Comments
 (0)