diff options
author | 2024-02-07 18:16:21 -0500 | |
---|---|---|
committer | 2024-02-08 10:54:36 -0500 | |
commit | af780e790cad2afb2c5bf0a67ac8782e95e94a23 (patch) | |
tree | 5249b99dce32a4a70cb8bfbf661d7f3967d16e6b /Android.bp | |
parent | 531bb351d0107e912c2d47e5d34fe53831ad11e5 (diff) |
Shareousel composables and view-model definitions
Bug: 302691505
Flag: ACONFIG android.service.chooser.chooser_payload_toggling DEVELOPMENT
Test: N/A - code isn't live
Change-Id: Ibf197591b238a286b12290ccc33d69ab3efd56d8
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -59,6 +59,15 @@ android_library { "kotlinx-coroutines-android", "//external/kotlinc:kotlin-annotations", "guava", + "PlatformComposeCore", + "PlatformComposeSceneTransitionLayout", + "androidx.compose.runtime_runtime", + "androidx.compose.material3_material3", + "androidx.compose.material_material-icons-extended", + "androidx.activity_activity-compose", + "androidx.compose.animation_animation-graphics", + "androidx.lifecycle_lifecycle-viewmodel-compose", + "androidx.lifecycle_lifecycle-runtime-compose", ], } |