Skip to content

Commit

Permalink
Merge pull request #674 from braintree/revert_security_crypto_library
Browse files Browse the repository at this point in the history
Revert androidx `security-crypto` dependency to `1.1.0-alpha03`
  • Loading branch information
sshropshire authored Feb 7, 2023
2 parents bc49fc4 + b6c7d5f commit 660a68a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Braintree Android SDK Release Notes

## unreleased

* SharedUtils
* Revert androidx `security-crypto` dependency to `1.1.0-alpha03` (`1.1.0-alpha04` requires a compile target of 33)

## 4.25.0

* SharedUtils
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ buildscript {
"playServicesWallet" : "com.google.android.gms:play-services-wallet:${versions.playServices}",

// 1.1.0-alpha or higher is required for API 21 support
"securityCrypto" : "androidx.security:security-crypto:1.1.0-alpha04",
"securityCrypto" : "androidx.security:security-crypto:1.1.0-alpha03",

// NEXT_MAJOR_VERSION: upgrade to 2.7.1 (or latest) when Java 7 support is explicitly dropped
"workKtx" : "androidx.work:work-runtime-ktx:2.7.0-alpha05",
Expand Down

0 comments on commit 660a68a

Please sign in to comment.