From ba06c453847f942eb22dc3e36dc14430f306cc7f Mon Sep 17 00:00:00 2001 From: Jay Newstrom Date: Thu, 18 May 2023 10:57:39 -0500 Subject: [PATCH] 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.**