Skip to content

Commit 4c89a1e

Browse files
Update lifecycle_version to v2.9.1
1 parent 295e20e commit 4c89a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
testImplementation 'junit:junit:4.13.2'
5353
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
5454
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
55-
def lifecycle_version = "2.4.1"
55+
def lifecycle_version = "2.9.1"
5656
// ViewModel
5757
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
5858
// LiveData

0 commit comments

Comments
 (0)