From a4a524041119e303cdec125924bce617641c604e Mon Sep 17 00:00:00 2001 From: Hai Zhang Date: Thu, 13 Jun 2024 02:52:52 -0700 Subject: [PATCH] Build: Update dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9deebbafb..8e397659b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -130,8 +130,8 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.drawerlayout:drawerlayout:1.2.0' implementation 'androidx.exifinterface:exifinterface:1.3.7' - implementation 'androidx.fragment:fragment-ktx:1.7.1' - def androidx_lifecycle_version = '2.8.1' + implementation 'androidx.fragment:fragment-ktx:1.8.0' + def androidx_lifecycle_version = '2.8.2' implementation "androidx.lifecycle:lifecycle-common-java8:$androidx_lifecycle_version" implementation "androidx.lifecycle:lifecycle-livedata-ktx:$androidx_lifecycle_version" implementation "androidx.lifecycle:lifecycle-process:$androidx_lifecycle_version"