From 376efb55064efd8b0923b206583d734c1866fd6e Mon Sep 17 00:00:00 2001 From: Charlie Cruzan Date: Fri, 19 Apr 2024 07:57:33 -1000 Subject: [PATCH] chore: update android library --- CHANGELOG.md | 1 + android/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.+