We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4abffc commit b4dbe8fCopy full SHA for b4dbe8f
example/android/app/build.gradle
@@ -42,7 +42,7 @@ android {
42
defaultConfig {
43
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
44
applicationId "com.flutter.stripe.example"
45
- minSdkVersion 21
+ minSdkVersion flutter.minSdkVersion
46
targetSdkVersion 35
47
versionCode flutterVersionCode.toInteger()
48
versionName flutterVersionName
0 commit comments