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 3bf67e2 commit 8c2abebCopy full SHA for 8c2abeb
tests/android/app/build.gradle
@@ -41,7 +41,7 @@ android {
41
defaultConfig {
42
applicationId = "io.flutter.plugins.firebase.tests"
43
// auth requires minSdk 23
44
- minSdk = 23
+ minSdkVersion flutter.minSdkVersion
45
targetSdk = 35
46
versionCode = flutterVersionCode.toInteger()
47
versionName = flutterVersionName
0 commit comments