Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamKasapakis committed Nov 19, 2019
1 parent 7e015b4 commit fc69edc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

For more information, see the [README](https://github.com/sumup/Android-MerchantSDK/blob/master/README.md)

## Version 3.2.2
* [IMPROVEMENT] Security improvements

## Version 3.2.1
* [IMPROVEMENT] Security improvements

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ allprojects {
Add the dependency to a module:

```groovy
compile 'com.sumup:merchant-sdk:3.2.1'
compile 'com.sumup:merchant-sdk:3.2.2'
```


Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "3.2.1"
versionName "3.2.2"
}

// Possible resolution strategy. Only necessary if not compiling against API 27
Expand Down Expand Up @@ -41,5 +41,5 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.google.android.gms:play-services-location:16.0.0'

implementation 'com.sumup:merchant-sdk:3.2.1'
implementation 'com.sumup:merchant-sdk:3.2.2'
}

0 comments on commit fc69edc

Please sign in to comment.