Skip to content

Commit

Permalink
Release 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Jul 8, 2021
1 parent b0acb24 commit b11d9cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Braintree Android Drop-In Release Notes

## unreleased
## 5.2.2

* Bump braintree_android version to 3.17.4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments.api:drop-in:5.2.1'
implementation 'com.braintreepayments.api:drop-in:5.2.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'io.codearte.nexus-staging' version '0.21.2'
}

version '5.2.2-SNAPSHOT'
version '5.2.2'
ext {
compileSdkVersion = 30
minSdkVersion = 21
Expand Down

0 comments on commit b11d9cf

Please sign in to comment.