Skip to content

Commit a432b64

Browse files
committed
Release 6.11.0
1 parent 225109a commit a432b64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Braintree Android Drop-In Release Notes
22

3-
## unreleased
3+
## 6.11.0
44

55
* Add California Privacy Laws notice of collection to credit card form
66
* Add `DropInRequest.setCardLogosDisabled()` to hide card logos on the credit card form if desired

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the dependency in your `build.gradle`:
1414

1515
```groovy
1616
dependencies {
17-
implementation 'com.braintreepayments.api:drop-in:6.10.0'
17+
implementation 'com.braintreepayments.api:drop-in:6.11.0'
1818
}
1919
```
2020

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ plugins {
3434
id 'io.codearte.nexus-staging' version '0.21.2'
3535
}
3636

37-
version '6.10.1-SNAPSHOT'
37+
version '6.11.0'
3838
ext {
3939
compileSdkVersion = 33
4040
minSdkVersion = 21

v6_MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the dependency in your `build.gradle`:
2222

2323
```groovy
2424
dependencies {
25-
implementation 'com.braintreepayments.api:drop-in:6.10.0'
25+
implementation 'com.braintreepayments.api:drop-in:6.11.0'
2626
}
2727
```
2828

0 commit comments

Comments
 (0)