Skip to content

Commit c881be9

Browse files
authored
chore(liveness): update material dependency in liveness sample app (#54)
1 parent 55bc6d2 commit c881be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/liveness/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
implementation 'androidx.activity:activity-compose:1.6.1'
7171
implementation "androidx.compose.ui:ui:$compose_version"
7272
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
73-
implementation 'androidx.compose.material3:material3:1.0.1'
73+
implementation 'androidx.compose.material3:material3:1.1.0'
7474
implementation 'androidx.appcompat:appcompat:1.6.1'
7575
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
7676
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"

0 commit comments

Comments
 (0)