Skip to content

Commit 3c2fcf8

Browse files
eeatonawsThomas Leing
authored and
Thomas Leing
committed
chore(liveness): update material dependency in liveness sample app (#54)
1 parent 15df0e0 commit 3c2fcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/liveness/app/build.gradle

+1-1
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)