Skip to content

Commit eb30d86

Browse files
committed
Release 5.4.2
1 parent 13499bf commit eb30d86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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+
## 5.4.2
44

55
* Bump braintree_android version to 3.21.1
66

README.md

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

1313
```groovy
1414
dependencies {
15-
implementation 'com.braintreepayments.api:drop-in:5.4.1'
15+
implementation 'com.braintreepayments.api:drop-in:5.4.2'
1616
}
1717
```
1818

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id 'io.codearte.nexus-staging' version '0.21.2'
2121
}
2222

23-
version '5.4.2-SNAPSHOT'
23+
version '5.4.2'
2424
ext {
2525
compileSdkVersion = 31
2626
minSdkVersion = 21

0 commit comments

Comments
 (0)