Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Component used: androidx.security:security-crypto-ktx
Version used: 1.1.0-alpha03
Devices/Android versions reproduced on: N/A Build error
When solely using the
androidx.security:security-crypto-ktx
dependency with version 1.1.0-alpha03, API 21 backporting is not present as the enforced minimum SDK version is API 23.This differs from the main
androidx.security:security-crypto
dependency that correctly works for API level 21 and above in 1.1.0-alpha03.The expected behaviour would be the 'ktx' library supporting the same minimum SDK as the main library.
Please note my sample application which demonstrates this behaviour
Many thanks