We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994f0d2 commit 3bf6825Copy full SHA for 3bf6825
Drop-In/build.gradle
@@ -7,7 +7,7 @@ def LOCALHOST_IP = System.properties['LOCALHOST_IP'] ?: '"10.0.2.2"';
7
def GATEWAY_IP = System.properties['GATEWAY_IP'] ?: '"10.0.2.2"';
8
def GATEWAY_PORT = System.properties['GATEWAY_PORT'] ?: '"3000"';
9
10
-version '4.4.2-SNAPSHOT'
+version '4.5.0'
11
12
android {
13
compileSdkVersion 28
README.md
@@ -20,7 +20,7 @@ Add the dependency in your `build.gradle`:
20
21
```groovy
22
dependencies {
23
- implementation 'com.braintreepayments.api:drop-in:4.4.1'
+ implementation 'com.braintreepayments.api:drop-in:4.5.0'
24
}
25
```
26
0 commit comments