We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15df0e0 commit 3c2fcf8Copy full SHA for 3c2fcf8
samples/liveness/app/build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
implementation 'androidx.activity:activity-compose:1.6.1'
71
implementation "androidx.compose.ui:ui:$compose_version"
72
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
73
- implementation 'androidx.compose.material3:material3:1.0.1'
+ implementation 'androidx.compose.material3:material3:1.1.0'
74
implementation 'androidx.appcompat:appcompat:1.6.1'
75
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
76
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"
0 commit comments