Skip to content

Commit

Permalink
Release 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Jan 25, 2022
1 parent fc7ab08 commit 92889ce
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 @@ -14,7 +14,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments.api:drop-in:6.0.1'
implementation 'com.braintreepayments.api:drop-in:6.0.2'
}
```

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

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

0 comments on commit 92889ce

Please sign in to comment.