From ba06c453847f942eb22dc3e36dc14430f306cc7f Mon Sep 17 00:00:00 2001 From: Jay Newstrom Date: Thu, 18 May 2023 10:57:39 -0500 Subject: [PATCH 1/2] Fix an issue where google places caused errors with R8. --- CHANGELOG.md | 3 +++ payments-ui-core/consumer-rules.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc8f9a9249..d4188ffe9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## XX.XX.XX - 2023-XX-XX +### PaymentSheet +* [FIXED][6735](https://github.com/stripe/stripe-android/pull/6735) Fixed an issue where google places caused errors with R8. + ## 20.25.2 - 2023-05-15 ### PaymentSheet diff --git a/payments-ui-core/consumer-rules.txt b/payments-ui-core/consumer-rules.txt index a23f7524e87..d8261af95d3 100644 --- a/payments-ui-core/consumer-rules.txt +++ b/payments-ui-core/consumer-rules.txt @@ -1,4 +1,4 @@ # Google Places SDK is compile only in the build.gradle. --dontwarn com.google.android.libraries.places.api.** +-dontwarn com.google.android.libraries.places.** # Stripe Card Scan SDK is compile only in the build.gradle. -dontwarn com.stripe.android.stripecardscan.** From a47ff050c7dd3658dc14da22f7189738f7e75cd3 Mon Sep 17 00:00:00 2001 From: Jay Newstrom Date: Thu, 18 May 2023 12:02:27 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Till Hellmund --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4188ffe9ab..be86c5546a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## XX.XX.XX - 2023-XX-XX ### PaymentSheet -* [FIXED][6735](https://github.com/stripe/stripe-android/pull/6735) Fixed an issue where google places caused errors with R8. +* [FIXED][6736](https://github.com/stripe/stripe-android/pull/6736) Fixed an issue where Google Places caused errors with R8. ## 20.25.2 - 2023-05-15