Fix add missing dependency

This commit is contained in:
Gergely Hegedus 2025-05-01 17:04:35 +03:00
parent cdbfbd209b
commit dfd6dbb606

View file

@ -79,6 +79,7 @@ dependencies {
implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui:$compose_ui_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
implementation 'androidx.compose.material:material:1.8.0' implementation 'androidx.compose.material:material:1.8.0'
implementation "androidx.compose.material:material-icons-extended:1.7.8"
// qr code // qr code
implementation "com.google.zxing:core:3.5.2" implementation "com.google.zxing:core:3.5.2"