Skip to content

Commit 13932ca

Browse files
committed
Release 5.0.4
1 parent e4a5151 commit 13932ca

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
For more information, see the [README](https://github.com/sumup/Android-MerchantSDK/blob/master/README.md)
4+
## Version 5.0.4
5+
* [FIXED] The SDK does not enforce landscape screen orientation on the Signature screen, similar to the rest of the payment flow.
6+
47
## Version 5.0.3
58
* [ADDED] Introduces "configureRetryPolicy()" in the payment builder to configure the retry policy when the result of a transaction can not be retrieved at the end of a transaction. (see dedicated section in README [here](https://github.com/sumup/sumup-android-sdk#retry-policy-configuration) for more)
69
* Both `pollingInterval` and `maxWaitingTime` should be provided in milliseconds.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ allprojects {
4646
Add the dependency to a module:
4747

4848
```groovy
49-
implementation 'com.sumup:merchant-sdk:5.0.3'
49+
implementation 'com.sumup:merchant-sdk:5.0.4'
5050
```
5151

5252

@@ -311,4 +311,4 @@ Please provide as much information as possible.
311311
[SumUp Android SDK Changelog](https://github.com/sumup/Android-MerchantSDK/blob/master/CHANGELOG.md)
312312

313313
## License
314-
[SumUp Android SDK License](https://github.com/sumup/Android-MerchantSDK/blob/master/LICENSE.md)
314+
[SumUp Android SDK License](https://github.com/sumup/Android-MerchantSDK/blob/master/LICENSE)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 26
99
targetSdkVersion 33
1010
versionCode 1
11-
versionName "5.0.3"
11+
versionName "5.0.4"
1212
}
1313

1414
packagingOptions {
@@ -35,7 +35,7 @@ android {
3535
dependencies {
3636
implementation 'com.google.android.gms:play-services-location:21.0.1'
3737

38-
implementation 'com.sumup:merchant-sdk:5.0.3'
38+
implementation 'com.sumup:merchant-sdk:5.0.4'
3939

4040
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
4141
}

0 commit comments

Comments
 (0)