Fix add missing dependency
This commit is contained in:
parent
cdbfbd209b
commit
dfd6dbb606
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue