diff --git a/README.md b/README.md index 7888a832..aacde2b0 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ dependencies { implementation 'com.github.bytedance.scene:scene:$latest_version' implementation 'com.github.bytedance.scene:scene_navigation:$latest_version' implementation 'com.github.bytedance.scene:scene_ui:$latest_version' + implementation 'com.github.bytedance.scene:scene_dialog:$latest_version' implementation 'com.github.bytedance.scene:scene_shared_element_animation:$latest_version' implementation 'com.github.bytedance.scene:scene_ktx:$latest_version' } diff --git a/README_cn.md b/README_cn.md index 98fee80a..3d4f11dc 100644 --- a/README_cn.md +++ b/README_cn.md @@ -66,6 +66,7 @@ dependencies { implementation 'com.github.bytedance.scene:scene:$latest_version' implementation 'com.github.bytedance.scene:scene_navigation:$latest_version' implementation 'com.github.bytedance.scene:scene_ui:$latest_version' + implementation 'com.github.bytedance.scene:scene_dialog:$latest_version' implementation 'com.github.bytedance.scene:scene_shared_element_animation:$latest_version' implementation 'com.github.bytedance.scene:scene_ktx:$latest_version' }