Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ accompanist-permissions = { module = "com.google.accompanist:accompanist-permiss
activity-compose = { module = "androidx.activity:activity-compose", version = "1.12.2" }
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" }

@ovitrif ovitrif Aug 14, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

bitkit-core = { module = "com.synonym:bitkit-core-android", version = "0.5.5" }
paykit = { module = "com.synonym:paykit-android", version = "0.1.0-rc43" }
bouncycastle-provider-jdk = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.83" }
Expand Down
Loading