Skip to content

Commit

Permalink
Release 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Shropshire committed Jun 16, 2020
1 parent 2ca4dde commit ee88c24
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.10.0'
implementation 'com.braintreepayments.api:braintree:3.11.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ allprojects {
def sonatypeUsername = System.env['SONATYPE_USERNAME']
def sonatypePassword = System.env['SONATYPE_PASSWORD']

version = '3.10.1-SNAPSHOT'
version = '3.11.0'
ext {
compileSdkVersion = 28
minSdkVersion = 21
Expand Down

0 comments on commit ee88c24

Please sign in to comment.