Skip to content

Commit

Permalink
Bump Lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbWatershed committed Aug 17, 2023
1 parent d332f2f commit b986c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:$android_work_version"

// For ViewModel to work
def android_lifecycle_version = '2.5.1'
def android_lifecycle_version = '2.6.1'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$android_lifecycle_version"
implementation "androidx.lifecycle:lifecycle-process:$android_lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$android_lifecycle_version"
Expand Down

0 comments on commit b986c56

Please sign in to comment.