Skip to content

Commit 3bf6825

Browse files
committed
Release 4.5.0
1 parent 994f0d2 commit 3bf6825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4.2-SNAPSHOT'
10+
version '4.5.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.4.1'
23+
implementation 'com.braintreepayments.api:drop-in:4.5.0'
2424
}
2525
```
2626

0 commit comments

Comments
 (0)