Skip to content

Commit 6ae69d8

Browse files
chore(deps): bump androidx.biometric:biometric-ktx from 1.2.0-alpha05 to 1.4.0-alpha02 (#557)
* chore(deps): bump androidx.biometric:biometric-ktx Bumps androidx.biometric:biometric-ktx from 1.2.0-alpha05 to 1.4.0-alpha02. --- updated-dependencies: - dependency-name: androidx.biometric:biometric-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update build.gradle.kts --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ <[email protected]>
1 parent 8a5b7ea commit 6ae69d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies {
118118
implementation("androidx.compose.ui:ui:$androidxTestKotlin")
119119
implementation("androidx.compose.ui:ui-tooling:$androidxTestKotlin")
120120
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")
122122

123123
//color picker
124124
implementation("net.mm2d.color-chooser:color-chooser:0.7.3")
@@ -135,7 +135,7 @@ dependencies {
135135
implementation("androidx.test.espresso:espresso-idling-resource:$androidxTestEspresso")
136136

137137
// Test rules and transitive dependencies:
138-
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$androidxTestKotlin")
138+
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$androidxTestKotlin")
139139
// Needed for createComposeRule, but not createAndroidComposeRule:
140140
debugImplementation("androidx.compose.ui:ui-test-manifest:$androidxTestKotlin")
141141
androidTestImplementation("androidx.navigation:navigation-testing:2.7.7")

0 commit comments

Comments
 (0)