Skip to content

Commit

Permalink
Release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zaid-abdullah committed Jun 2, 2021
1 parent d55b179 commit fb7331a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## Version 3.3.2
* [IMPROVEMENT] Refreshed SumUp Brand Design Language for the buttons and landscape mode
* [FIXED] A crash that occurred when the integrator App was killed by Android System while being in the background
* [FIXED] A misbehavior causing the SumUp SDK to remain in a loading state when it is brought back from the background during payment processing.
* [IMPROVEMENT] Updates about technical stack:
* Introduces Constraint layout - version 1.1.0 and above is supported
* Introduces Moshi - version 1.6.0 and above supported
* Introduces Coroutines - version 1.3.3 and above supported
* Upgraded to Proguard 6.2.2
* [IMPROVEMENT] Miscellaneous bug fixes and enhancements

## Version 3.3.1
* [ADDED] Support for Brazilian Pin+ Cless Card Reader
* [ADDED] On top of establishing the Bluetooth connection via the “Connect” button, it is now also possible to do it by tapping on the card reader image
Expand Down
20 changes: 19 additions & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,22 @@ SMC is dual licensed under Mozzile Public License, version 1.1 and GNU General P

[Toothpick](https://github.com/stephanenicolas/toothpick/)

[LICENCE](https://github.com/stephanenicolas/toothpick/blob/master/LICENSE)
[LICENCE](https://github.com/stephanenicolas/toothpick/blob/master/LICENSE)

---

[Kotlin](https://github.com/JetBrains/kotlin)

[LICENSE](https://github.com/JetBrains/kotlin/blob/master/license/LICENSE.txt)

---

[Moshi](https://github.com/square/moshi)

[LICENSE](https://github.com/square/moshi/blob/master/LICENSE.txt)

---

[Threetenbp](https://github.com/ThreeTen/threetenbp)

[LICENSE](https://github.com/ThreeTen/threetenbp/blob/master/LICENSE.txt)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For more information about SumUp developer products, please refer to our <a href
4. `minSdkVersion` 16 or later
5. Project [migrated to AndroidX](https://developer.android.com/jetpack/androidx/migrate)
6. Android Gradle plugin 3.3.0 or later
7. Kotlin 1.3.10 or later
7. If using Kotlin, version 1.3.10 or later

## I. Integrate the SumUp SDK

Expand All @@ -40,7 +40,7 @@ allprojects {
Add the dependency to a module:

```groovy
implementation 'com.sumup:merchant-sdk:3.3.1'
implementation 'com.sumup:merchant-sdk:3.3.2'
```


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

packagingOptions {
Expand All @@ -29,5 +29,5 @@ android {
dependencies {
implementation 'com.google.android.gms:play-services-location:18.0.0'

implementation 'com.sumup:merchant-sdk:3.3.1'
implementation 'com.sumup:merchant-sdk:3.3.2'
}

0 comments on commit fb7331a

Please sign in to comment.