From bba148546f7b20c266944efb00e8c5f31c37bff4 Mon Sep 17 00:00:00 2001 From: OwenMcGirr Date: Fri, 1 Mar 2024 09:12:29 +0000 Subject: [PATCH] Update libraries --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 76b001f0..15691cd0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,10 +70,10 @@ dependencies { implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' - implementation "androidx.compose.runtime:runtime-livedata:1.6.1" + implementation "androidx.compose.runtime:runtime-livedata:1.6.2" implementation 'androidx.activity:activity-compose:1.8.2' implementation "androidx.navigation:navigation-compose:2.7.7" - implementation "androidx.compose.runtime:runtime-livedata:1.6.1" + implementation "androidx.compose.runtime:runtime-livedata:1.6.2" implementation(platform("com.google.firebase:firebase-bom:32.7.0")) implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-auth' @@ -84,5 +84,5 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version" debugImplementation "androidx.compose.ui:ui-tooling:$compose_version" - debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.1" + debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.2" } \ No newline at end of file