Skip to content

Commit 40f4928

Browse files
committed
Release 5.1.0
1 parent 29f6878 commit 40f4928

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

55
* Update Google Pay icon to meet updated [brand guidelines](https://developers.google.com/pay/api/android/guides/brand-guidelines#google-pay-logo-mark)
66
* Bump three-d-secure version to 3.15.0

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.0.2'
15+
implementation 'com.braintreepayments.api:drop-in:5.1.0'
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.0.3-SNAPSHOT'
23+
version '5.1.0'
2424
ext {
2525
compileSdkVersion = 30
2626
minSdkVersion = 21

0 commit comments

Comments
 (0)