File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Braintree Android Drop-In Release Notes
22
3- ## unreleased
3+ ## 5.0.2
44
55* Fix issue where payment methods disabled on ` DropInRequest ` were displayed if previously vaulted (fixes #205 )
66* Bump braintree_android version to 3.15.0 (fixes #208 )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Add the dependency in your `build.gradle`:
1212
1313``` groovy
1414dependencies {
15- implementation 'com.braintreepayments.api:drop-in:5.0.1 '
15+ implementation 'com.braintreepayments.api:drop-in:5.0.2 '
1616}
1717```
1818
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020 id ' io.codearte.nexus-staging' version ' 0.21.2'
2121}
2222
23- version ' 5.0.2-SNAPSHOT '
23+ version ' 5.0.2'
2424ext {
2525 compileSdkVersion = 30
2626 minSdkVersion = 21
You can’t perform that action at this time.
0 commit comments