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.1
44
55* Bump braintree_android version to 3.14.2 (fixes [ #197 ] ( https://github.com/braintree/braintree-android-drop-in/issues/197 ) )
66* Upgrade Android Gradle Plugin to version 4.1.0
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.0 '
15+ implementation 'com.braintreepayments.api:drop-in:5.0.1 '
1616}
1717```
1818
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818 id ' io.codearte.nexus-staging' version ' 0.21.2'
1919}
2020
21- version ' 5.0.1-SNAPSHOT '
21+ version ' 5.0.1'
2222ext {
2323 compileSdkVersion = 30
2424 minSdkVersion = 21
You can’t perform that action at this time.
0 commit comments