Skip to content

Commit d823405

Browse files
committed
Release 5.2.0
1 parent 5475c41 commit d823405

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

55
* Update android-card-form version to 5.1.0 (fixes #212)
66
* Fix null pointer crash in `BaseActivity#shouldRequestThreeDSecureVerification` (fixes #207)

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

0 commit comments

Comments
 (0)