Skip to content

Commit 98484da

Browse files
authored
document android plugin issue in readme (#1923)
* document android plugin issue in readme * downgrade example app android --------- Co-authored-by: Remon <remonhelmond+dev@gmail.com>
1 parent 510a2ab commit 98484da

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ These changes are needed because the Android Stripe SDK requires the use of the
6666

6767
If you are having troubles to make this package to work on Android, join [this discussion](https://github.com/flutter-stripe/flutter_stripe/discussions/538) to get some support.
6868

69+
##### Issue with latest Android plugin
70+
71+
We are aware of an issue with `com.android.application` plugin version 8.0.0 and above. Do not upgrade to this version as it can crash the payment sheet in release builds. See [issue](https://github.com/flutter-stripe/flutter_stripe/issues/1909) to follow the progress.
72+
6973
#### iOS
7074

7175
Compatible with apps targeting iOS 13 or above.

example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.5.1" apply false
21+
id "com.android.application" version "7.3.0" apply false
2222
id "org.jetbrains.kotlin.android" version "1.8.10" apply false
2323
}
2424

packages/stripe/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ These changes are needed because the Android Stripe SDK requires the use of the
6666

6767
If you are having troubles to make this package to work on Android, join [this discussion](https://github.com/flutter-stripe/flutter_stripe/discussions/538) to get some support.
6868

69+
##### Issue with latest Android plugin
70+
71+
We are aware of an issue with `com.android.application` plugin version 8.0.0 and above. Do not upgrade to this version as it can crash the payment sheet in release builds. See [issue](https://github.com/flutter-stripe/flutter_stripe/issues/1909) to follow the progress.
72+
6973
#### iOS
7074

7175
Compatible with apps targeting iOS 13 or above.

0 commit comments

Comments
 (0)