We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdaf86 commit 39256e0Copy full SHA for 39256e0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.33
2
+* Share QrCode from frontend
3
+* Update allowed methods
4
+
5
# 1.0.32
6
* Added support for new payment methods:
7
* Klarna CZK
build.gradle
@@ -71,6 +71,6 @@ project.ext {
71
targetSdkVersion = 35
72
minSdkVersion = 21
73
versionCode = 6
74
- versionName = "1.0.32"
+ versionName = "1.0.33"
75
groupId = "com.payu.android.front.sdk"
76
}
0 commit comments