diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7eeaa3a..6951f1003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.19.0 - 2022-09-16 + ### Breaking changes - To comply with Google's [new branding guidelines for the Google Pay button](https://developers.google.com/pay/api/android/guides/brand-guidelines), the `` component's `type` prop now only accepts `standard` or `pay` (`pay_shadow`, `pay_dark`, `standard_shadow`, and `standard_dark` were all removed). It defaults to `standard`. [#1135](https://github.com/stripe/stripe-react-native/pull/1135) diff --git a/README.md b/README.md index 7c3720b68..f5e133016 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ to your `app.json` file, where `merchantIdentifier` is the Apple merchant ID obt #### Android - Android 5.0 (API level 21) and above - - Your `compileSdkVersion` must be `32`. See [this issue](https://github.com/stripe/stripe-react-native/issues/812) for potential workarounds. + - Your `compileSdkVersion` must be `33`. See [this issue](https://github.com/stripe/stripe-react-native/issues/812) for potential workarounds. - Android gradle plugin 4.x and above _Components_