Skip to content

Commit

Permalink
Fix an issue where google places caused errors with R8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe committed May 18, 2023
1 parent 6baa3e3 commit ba06c45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion payments-ui-core/consumer-rules.txt
Original file line number Diff line number Diff line change
@@ -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.**

0 comments on commit ba06c45

Please sign in to comment.