File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 13
13
// Or
14
14
webViewBackground = Color .SRGB (- 0xff0001 )
15
15
```
16
-
16
+
17
17
- Implemented onRenderProcessGone to prevent app crashes when the render process is killed to reclaim memory
18
18
- JavaDoc improvements
19
19
- Add function to retrieve the currently applied ShopifyCheckoutKit configuration
20
20
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
22
22
after release for General Availability.
23
23
24
24
## 0.3.1 - November 24, 2023
25
25
26
26
- 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.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def resolveEnvVarValue(name, defaultValue) {
14
14
return rawValue ? rawValue : defaultValue
15
15
}
16
16
17
- def versionName = resolveEnvVarValue(" CHECKOUT_KIT_VERSION" , " 0.3.1 " )
17
+ def versionName = resolveEnvVarValue(" CHECKOUT_KIT_VERSION" , " 0.3.2 " )
18
18
19
19
ext {
20
20
app_compat_version = ' 1.6.1'
You can’t perform that action at this time.
0 commit comments