File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ dependencies {
118
118
implementation(" androidx.compose.ui:ui:$androidxTestKotlin " )
119
119
implementation(" androidx.compose.ui:ui-tooling:$androidxTestKotlin " )
120
120
implementation(" androidx.compose.foundation:foundation:$androidxTestKotlin " )
121
- implementation(" androidx.biometric:biometric-ktx:1.2 .0-alpha05 " )
121
+ implementation(" androidx.biometric:biometric-ktx:1.4 .0-alpha02 " )
122
122
123
123
// color picker
124
124
implementation(" net.mm2d.color-chooser:color-chooser:0.7.3" )
@@ -135,7 +135,7 @@ dependencies {
135
135
implementation(" androidx.test.espresso:espresso-idling-resource:$androidxTestEspresso " )
136
136
137
137
// Test rules and transitive dependencies:
138
- androidTestImplementation(" androidx.compose.ui:ui-test-junit4:$androidxTestKotlin " )
138
+ androidTestImplementation(" androidx.compose.ui:ui-test-junit4:$androidxTestKotlin " )
139
139
// Needed for createComposeRule, but not createAndroidComposeRule:
140
140
debugImplementation(" androidx.compose.ui:ui-test-manifest:$androidxTestKotlin " )
141
141
androidTestImplementation(" androidx.navigation:navigation-testing:2.7.7" )
You can’t perform that action at this time.
0 commit comments