Releases: Shopify/checkout-sheet-kit-android
Releases · Shopify/checkout-sheet-kit-android
0.3.1
0.3.0
Breaking Changes
Allow setting sRGB colors as well as color resource IDs in ColorSchemes (#11)
// Previously
webViewBackground = Color(R.color.checkoutDarkBg)
// Now
webViewBackground = Color.ResourceId(R.color.checkoutDarkBg)
// Or
webViewBackground = Color.SRGB(-0xff0001)