Skip to content

Commit

Permalink
Release 3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Jun 12, 2023
1 parent cb1f33e commit 168ce18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:braintree:3.20.1'
implementation 'com.braintreepayments.api:braintree:3.21.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
}
}

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

0 comments on commit 168ce18

Please sign in to comment.