Skip to content

Commit

Permalink
Release 6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Sep 19, 2023
1 parent 611d842 commit 296b1da
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.13.0

* Bump braintree_android module dependency versions to `4.38.2`
* Android 14 Support
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.12.0'
implementation 'com.braintreepayments.api:drop-in:6.13.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.12.1-SNAPSHOT'
version '6.13.0'
ext {
compileSdkVersion = 34
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.12.0'
implementation 'com.braintreepayments.api:drop-in:6.13.0'
}
```

Expand Down

0 comments on commit 296b1da

Please sign in to comment.