diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c46c406..90e3af5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ **Fixes** - Fixed an issue with generating App Privacy reports. +- Native library updates. ## 0.37.2 - 2024-04-02 diff --git a/android/gradle.properties b/android/gradle.properties index c88b04dd4..7169bb955 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,3 +1,3 @@ StripeSdk_kotlinVersion=1.8.0 # Keep StripeSdk_stripeVersion in sync with https://github.com/stripe/stripe-identity-react-native/blob/main/android/gradle.properties -StripeSdk_stripeVersion=20.40.+ +StripeSdk_stripeVersion=20.41.+