encrypted-datastore icon indicating copy to clipboard operation
encrypted-datastore copied to clipboard

MinSdk in security crypto 1.1.0-alpha04 was updated to 21

Open AdamGrzybkowski opened this issue 1 year ago • 1 comments

In the build.gradle there's a comment

Min SDK should be aligned with min SDK in androidx.security:security-crypto

The minSdk of the androidx.security:security-crypto in version 1.1.0-alpha04 was updated to 21 instead of 23.

Are you considering downgrading the library minSdk?

AdamGrzybkowski avatar Aug 01 '24 09:08 AdamGrzybkowski

I'm going to drop security-crypto from dependencies someday. However, I should check If I use particular StreamingAead APIs available in Tink only from SDK 24.

image

osipxd avatar Aug 01 '24 11:08 osipxd