Skip to content

Commit d86b168

Browse files
author
Steven Shropshire
committed
Release 4.6.0
1 parent 6a8c224 commit d86b168

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+
## 4.6.0
44
* Bump braintree_android version to 3.11.1
55
* Bump card-form version to 4.3.0 (Updates Card icons)
66
* Update payment method icons (fixes issue where Google Pay icon did not meet new [brand guidelines](https://developers.google.com/pay/api/web/guides/brand-guidelines))

Drop-In/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def LOCALHOST_IP = System.properties['LOCALHOST_IP'] ?: '"10.0.2.2"';
77
def GATEWAY_IP = System.properties['GATEWAY_IP'] ?: '"10.0.2.2"';
88
def GATEWAY_PORT = System.properties['GATEWAY_PORT'] ?: '"3000"';
99

10-
version '4.5.1-SNAPSHOT'
10+
version '4.6.0'
1111

1212
android {
1313
compileSdkVersion 28

README.md

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

2121
```groovy
2222
dependencies {
23-
implementation 'com.braintreepayments.api:drop-in:4.5.0'
23+
implementation 'com.braintreepayments.api:drop-in:4.6.0'
2424
}
2525
```
2626

0 commit comments

Comments
 (0)