Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sestevens committed Aug 30, 2019
1 parent 72a8763 commit 36958ad
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.4.2'
implementation 'com.braintreepayments.api:braintree:3.5.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.4.3-SNAPSHOT'
version = '3.5.0'
ext {
compileSdkVersion = 28
minSdkVersion = 21
Expand Down

0 comments on commit 36958ad

Please sign in to comment.