chore: bump androidx.biometric:biometric from 1.4.0-alpha05 to 1.4.0-alpha07 - #1136
Conversation
|
PR author is in the excluded authors list. |
|
@dependabot rebase |
3f516bb to
642c601
Compare
Bumps androidx.biometric:biometric from 1.4.0-alpha05 to 1.4.0-alpha07. --- updated-dependencies: - dependency-name: androidx.biometric:biometric dependency-version: 1.4.0-alpha07 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
642c601 to
61d8bd8
Compare
ovitrif
left a comment
There was a problem hiding this comment.
The module cannot consume androidx.biometric 1.4.0-alpha07 because checkAarMetadata fails when compileSdk stays at 36.
| appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" } | ||
| barcode-scanning = { module = "com.google.mlkit:barcode-scanning", version = "17.3.0" } | ||
| biometric = { module = "androidx.biometric:biometric", version = "1.4.0-alpha05" } | ||
| biometric = { module = "androidx.biometric:biometric", version = "1.4.0-alpha07" } |
There was a problem hiding this comment.
This bump is invalid because androidx.biometric:biometric 1.4.0-alpha07 requires compile SDK 36.1 and :app still compiles against 36, so checkAarMetadata fails before compile. We should either keep 1.4.0-alpha05 or raise this module to compile SDK 36.1 in the same change.
|
seems implied in the epic for technical housekeeping, sdk version bump is a prerequisite so this isn't the place for it: |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps androidx.biometric:biometric from 1.4.0-alpha05 to 1.4.0-alpha07.