We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13499bf commit eb30d86Copy full SHA for eb30d86
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Braintree Android Drop-In Release Notes
2
3
-## unreleased
+## 5.4.2
4
5
* Bump braintree_android version to 3.21.1
6
README.md
@@ -12,7 +12,7 @@ Add the dependency in your `build.gradle`:
12
13
```groovy
14
dependencies {
15
- implementation 'com.braintreepayments.api:drop-in:5.4.1'
+ implementation 'com.braintreepayments.api:drop-in:5.4.2'
16
}
17
```
18
build.gradle
@@ -20,7 +20,7 @@ plugins {
20
id 'io.codearte.nexus-staging' version '0.21.2'
21
22
23
-version '5.4.2-SNAPSHOT'
+version '5.4.2'
24
ext {
25
compileSdkVersion = 31
26
minSdkVersion = 21
0 commit comments