Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Feb 8, 2018
1 parent 98806f1 commit dea5df8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Braintree Android Drop-In Release Notes

## 3.2.1

* Upgrade Braintree to 2.10.0
* Restore the configuration after activity resumed (fixes [#181](https://github.com/braintree/braintree_android/issues/181))

## 3.2.0
* Add Google Pay support
* Update vaulted Maestro logos
Expand Down
2 changes: 1 addition & 1 deletion Drop-In/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def LOCALHOST_IP = System.properties['LOCALHOST_IP'] ?: '"10.0.2.2"';
def GATEWAY_IP = System.properties['GATEWAY_IP'] ?: '"10.0.2.2"';
def GATEWAY_PORT = System.properties['GATEWAY_PORT'] ?: '"3000"';

version '3.2.1-SNAPSHOT'
version '3.2.1'

android {
compileSdkVersion 26
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
compile 'com.braintreepayments.api:drop-in:3.2.0'
compile 'com.braintreepayments.api:drop-in:3.2.1'
}
```

Expand Down

0 comments on commit dea5df8

Please sign in to comment.