We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256ca50 commit 213365fCopy full SHA for 213365f
CHANGELOG.md
@@ -1,6 +1,15 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.39.5]
5
+
6
+### Fixed
7
+- QR codes being cutoff when maxSizeMM is higher than available view space
8
+- Payment methods being shown to project that are not part of the project
9
10
+### Updated
11
+- Updated Datatrans SDK to v1.4.1
12
13
## [0.39.4]
14
15
### Added
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.39.4'
+ sdkVersion='0.39.5'
35
versionCode=1
36
37
compileSdkVersion=30
0 commit comments