Bump compose-runtime-livedata lifecycle dep

Moving lifecycle dep to 2.6.1 prebuilts

Test: ./gradlew bOS
Change-Id: Idec4614c4faa60f2da73bd5ed2083f2ab135872c
diff --git a/compose/runtime/runtime-livedata/build.gradle b/compose/runtime/runtime-livedata/build.gradle
index da51dd8..3dbc1e9 100644
--- a/compose/runtime/runtime-livedata/build.gradle
+++ b/compose/runtime/runtime-livedata/build.gradle
@@ -30,13 +30,13 @@
     implementation(libs.kotlinStdlib)
 
     api(project(":compose:runtime:runtime"))
-    api("androidx.lifecycle:lifecycle-livedata:2.6.0-rc01")
-    api("androidx.lifecycle:lifecycle-runtime:2.6.0-rc01")
+    api("androidx.lifecycle:lifecycle-livedata:2.6.1")
+    api("androidx.lifecycle:lifecycle-runtime:2.6.1")
     implementation("androidx.compose.ui:ui:1.2.1")
 
     androidTestImplementation(projectOrArtifact(":compose:ui:ui-test-junit4"))
     androidTestImplementation(projectOrArtifact(":compose:test-utils"))
-    androidTestImplementation("androidx.lifecycle:lifecycle-runtime-testing:2.5.1")
+    androidTestImplementation("androidx.lifecycle:lifecycle-runtime-testing:2.6.1")
     androidTestImplementation(libs.testRunner)
     androidTestImplementation(libs.junit)
     androidTestImplementation(libs.truth)