Skip to content

Commit

Permalink
Release 3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Aug 18, 2023
1 parent e11634f commit 8dc023f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Braintree Android SDK Release Notes

## unreleased
## 3.21.1

* LocalPayment
* Fixed bug where the configuration was not returned the expected result for Local Payment Methods being enabled
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments.api:braintree:3.21.0'
implementation 'com.braintreepayments.api:braintree:3.21.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -28,7 +28,7 @@ allprojects {
}
}

version '3.21.1-SNAPSHOT'
version '3.21.1'
ext {
compileSdkVersion = 31
minSdkVersion = 21
Expand Down

0 comments on commit 8dc023f

Please sign in to comment.