From d335c8ab930be27178ad2efa46a058d523dcdb19 Mon Sep 17 00:00:00 2001 From: charliecruzan-stripe <97612659+charliecruzan-stripe@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:00:35 -0700 Subject: [PATCH] chore: update android library (#1642) --- 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.+