We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the build.gradle there's a comment
build.gradle
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.
androidx.security:security-crypto
Are you considering downgrading the library minSdk?
The text was updated successfully, but these errors were encountered:
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.
StreamingAead
Sorry, something went wrong.
No branches or pull requests
In the
build.gradle
there's a commentThe 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?
The text was updated successfully, but these errors were encountered: