We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5f8eb3 + 85b3d53 commit 75b54f0Copy full SHA for 75b54f0
CHANGELOG.md
@@ -6,6 +6,10 @@ x.y.z Release notes (yyyy-MM-dd)
6
<!-- ### Fixes - Include, if needed -->
7
<!-- ### Internal - Include, if needed -->
8
9
+9.3.1 Release notes (2021-09-10)
10
+=============================================================
11
+
12
13
### Fixes
14
15
* Refactor `openUrlInNewTab` flow to fix loading of `cancelUrl` when creating a payment method which opens in custom tab
buildSrc/src/main/java/Versions.kt
@@ -1,7 +1,7 @@
1
object Versions {
2
3
const val DEFAULT_VERSION_CODE_LIBRARY = 1
4
- const val DEFAULT_VERSION_NAME_LIBRARY = "9.2.1"
+ const val DEFAULT_VERSION_NAME_LIBRARY = "9.3.1"
5
const val COMPILE_SDK = 30
const val TARGET_SDK = 30
0 commit comments