commit | 19c80118aa6be8cd7235ce40360511533c2cbe2a | [log] [tgz] |
---|---|---|
author | Gustavo Pagani <gustavopagani@google.com> | Fri Sep 22 17:16:43 2023 +0000 |
committer | Gustavo Pagani <gustavopagani@google.com> | Mon Sep 25 20:19:19 2023 +0000 |
tree | 2977bc728671bd41813cd54a8b9f36b3194c62f6 | |
parent | 2f847165fd85b0cefb09d23ebcb9b0e1b0818725 [diff] [blame] |
Implement MVP for Single Provider - Single Password flow for get credential request. https://screencast.googleplex.com/cast/NjUwOTM5ODQ4MTQzNjY3MnwyNTQ3Nzk4NS03Mg Bug: 301206470 Test: N/A - implementing MVP code Change-Id: If2b6880656f620c0859138551144b830e3233c46
diff --git a/packages/CredentialManager/wear/Android.bp b/packages/CredentialManager/wear/Android.bp index c0dff16..e5f5cc2 100644 --- a/packages/CredentialManager/wear/Android.bp +++ b/packages/CredentialManager/wear/Android.bp
@@ -37,6 +37,7 @@ "androidx.lifecycle_lifecycle-extensions", "androidx.lifecycle_lifecycle-livedata", "androidx.lifecycle_lifecycle-runtime-ktx", + "androidx.lifecycle_lifecycle-runtime-compose", "androidx.lifecycle_lifecycle-viewmodel-compose", "androidx.wear.compose_compose-foundation", "androidx.wear.compose_compose-material",