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.
minSdkVersion
1 parent e1d45b2 commit 622cd46Copy full SHA for 622cd46
tests/android/app/build.gradle
@@ -47,7 +47,7 @@ android {
47
defaultConfig {
48
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
49
applicationId "io.flutter.plugins.firebase.tests"
50
- minSdkVersion 19
+ minSdkVersion 21
51
targetSdkVersion flutter.targetSdkVersion
52
versionCode flutterVersionCode.toInteger()
53
versionName flutterVersionName
0 commit comments