Skip to content

Commit

Permalink
Release 6.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Aug 22, 2023
1 parent 7097dda commit 938ae98
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.1

* Reset bundle arguments for AddCardFragment after prefill card text is applied to Card Form (fixes #429)

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.11.0'
implementation 'com.braintreepayments.api:drop-in:6.11.1'
}
```

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.11.1-SNAPSHOT'
version '6.11.1'
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.11.0'
implementation 'com.braintreepayments.api:drop-in:6.11.1'
}
```

Expand Down

0 comments on commit 938ae98

Please sign in to comment.