You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8. Add the following line to your `gradle.properties` file: [example](https://github.com/flutter-stripe/flutter_stripe/blob/master/example/android/gradle.properties)
64
-
```properties
65
-
android.enableR8.fullMode=false
66
-
```
67
-
This will prevent crashes with the Stripe SDK on Android (see [issue](https://github.com/flutter-stripe/flutter_stripe/issues/1909)).
68
65
69
-
9. Rebuild the app, as the above changes don't update with hot reload
66
+
8. Rebuild the app, as the above changes don't update with hot reload
70
67
71
68
These changes are needed because the Android Stripe SDK requires the use of the AppCompat theme for their UI components and the Support Fragment Manager for the Payment Sheets
0 commit comments