Merge pull request #46 from suhan-paradkar/dependabot/gradle/androidx.lifecycle-lifecycle-livedata-ktx-2.4.1

This commit is contained in:
dependabot[bot] 2022-02-11 02:39:47 +00:00 committed by GitHub
commit 2a52568067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ dependencies {
// Lifecycle
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.4.0"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.4.1"
// Navigation
implementation "androidx.navigation:navigation-fragment-ktx:$rootProject.nav_version"