Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent committed Dec 12, 2018
1 parent 0c8ed75 commit c7e59ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.1.2
* [FIXED] A crash that can occur when pressing "Back" button in the success screen

## Version 3.1.1
* [FIXED] Minimum required targetSdkVersion - set to API 24 from 3.0.0

This comment has been minimized.

Copy link
@vladaman

vladaman Dec 13, 2018

Oh bummer. Don't forget many devices run Android 4.4 on as Cash Register. You are cutting off large group of dedicated devices.

This comment has been minimized.

Copy link
@vfoixcable

vfoixcable Dec 14, 2018

Contributor

Hi, we raised the targetSDK, not the minSdkVersion.


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

```groovy
compile 'com.sumup:merchant-sdk:3.1.1'
compile 'com.sumup:merchant-sdk:3.1.2'
```


Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ android {
dependencies {
compile 'com.android.support:appcompat-v7:26.1.0'

compile 'com.sumup:merchant-sdk:3.1.1'
compile 'com.sumup:merchant-sdk:3.1.2'
}

0 comments on commit c7e59ea

Please sign in to comment.