Skip to content

Commit

Permalink
Merge pull request #50 from Octav14n/renovate/androidx.lifecycle-life…
Browse files Browse the repository at this point in the history
…cycle-viewmodel-ktx-2.x

Update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.8.1
  • Loading branch information
Octav14n authored Jun 8, 2024
2 parents 03db296 + acd4b48 commit e5b60b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.2.0-alpha13'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand All @@ -126,7 +126,7 @@ dependencies {
// Worker component
implementation 'androidx.work:work-runtime-ktx:2.9.0'
// ViewModel Kotlin support
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1"
// UI
implementation "com.google.android.material:material:1.12.0"
// Testing
Expand Down

0 comments on commit e5b60b3

Please sign in to comment.