We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6176a03 commit 5652268Copy full SHA for 5652268
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.0.38
2
+* Added Blik Pay Later to whitelist PBL
3
+
4
# 1.0.37
5
* Fix "next action" button behavior in card input fields
6
* Add support Google Pay in WebView
build.gradle
@@ -72,6 +72,6 @@ project.ext {
72
targetSdkVersion = 35
73
minSdkVersion = 21
74
versionCode = 6
75
- versionName = "1.0.37"
+ versionName = "1.0.38"
76
groupId = "com.payu.android.front.sdk"
77
}
0 commit comments