Skip to content

Commit

Permalink
Release 6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Aug 10, 2023
1 parent 225109a commit a432b64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
## 6.11.0

* Add California Privacy Laws notice of collection to credit card form
* Add `DropInRequest.setCardLogosDisabled()` to hide card logos on the credit card form if desired
Expand Down
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.10.0'
implementation 'com.braintreepayments.api:drop-in:6.11.0'
}
```

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

version '6.10.1-SNAPSHOT'
version '6.11.0'
ext {
compileSdkVersion = 33
minSdkVersion = 21
Expand Down
2 changes: 1 addition & 1 deletion v6_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments.api:drop-in:6.10.0'
implementation 'com.braintreepayments.api:drop-in:6.11.0'
}
```

Expand Down

0 comments on commit a432b64

Please sign in to comment.