Skip to content
New issue

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

Upgrade security-crypto to 1.1.0-alpha06 #777

Merged
merged 1 commit into from
Apr 22, 2024
Merged
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed

- We have removed redundant launch screen
- We've resolved a build error related to Flipper on Xcode 15.3.
- We have resolved a build error related to Flipper on Xcode 15.3.
- We have upgraded security-crypto dependency on Android to version 1.1.0-alpha06

## [8.0.2] - 2024-01-18

2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-core:2.11.3")
implementation("com.fasterxml.jackson.core:jackson-databind:2.11.3")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.11.3")
implementation 'androidx.security:security-crypto:1.1.0-alpha04'
implementation "androidx.security:security-crypto:1.1.0-alpha06"

// Required for Custom Dev Apps
devImplementation "androidx.constraintlayout:constraintlayout:2.0.4"
Loading