Skip to content

Commit ccb1b55

Browse files
chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.2 to 2.8.3 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1692)
chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.2 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c16b86d commit ccb1b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation 'com.android.volley:volley:1.2.1'
4545
testImplementation'junit:junit:4.13.2'
4646
implementation "androidx.core:core-ktx:1.13.1"
47-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2"
47+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3"
4848
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4949
}
5050

0 commit comments

Comments
 (0)