Skip to content

Commit 296b1da

Browse files
committed
Release 6.13.0
1 parent 611d842 commit 296b1da

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.13.0
44

55
* Bump braintree_android module dependency versions to `4.38.2`
66
* Android 14 Support

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.12.0'
17+
implementation 'com.braintreepayments.api:drop-in:6.13.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.12.1-SNAPSHOT'
37+
version '6.13.0'
3838
ext {
3939
compileSdkVersion = 34
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.12.0'
25+
implementation 'com.braintreepayments.api:drop-in:6.13.0'
2626
}
2727
```
2828

0 commit comments

Comments
 (0)