Skip to content

Commit 7009a41

Browse files
authored
Release 0.3.2 (#17)
1 parent 81732f1 commit 7009a41

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,19 @@
1313
// Or
1414
webViewBackground = Color.SRGB(-0xff0001)
1515
```
16-
16+
1717
- Implemented onRenderProcessGone to prevent app crashes when the render process is killed to reclaim memory
1818
- JavaDoc improvements
1919
- Add function to retrieve the currently applied ShopifyCheckoutKit configuration
2020

21-
Note: breaking changes may be made during Dev Preview with minor version increments, but will receive a major version increments
21+
Note: breaking changes may be made during Dev Preview with minor version increments, but will receive a major version increments
2222
after release for General Availability.
2323

2424
## 0.3.1 - November 24, 2023
2525

2626
- Fix for Java interoperability related to default arguments on `DefaultCheckoutEventProcessor`.
27+
28+
## 0.3.2 - November 27, 2023
29+
30+
- Adds annotations (`@ColorInt` and `@ColorRes`) for more robust color value enforcement.
31+
- Exposes the `lightColors` and `darkColors` properties of the `Automatic` ColorScheme class to allow overrides.

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def resolveEnvVarValue(name, defaultValue) {
1414
return rawValue ? rawValue : defaultValue
1515
}
1616

17-
def versionName = resolveEnvVarValue("CHECKOUT_KIT_VERSION", "0.3.1")
17+
def versionName = resolveEnvVarValue("CHECKOUT_KIT_VERSION", "0.3.2")
1818

1919
ext {
2020
app_compat_version = '1.6.1'

0 commit comments

Comments
 (0)