Skip to content

Commit 8c2abeb

Browse files
committed
chore: min sdk testapp
1 parent 3bf67e2 commit 8c2abeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
defaultConfig {
4242
applicationId = "io.flutter.plugins.firebase.tests"
4343
// auth requires minSdk 23
44-
minSdk = 23
44+
minSdkVersion flutter.minSdkVersion
4545
targetSdk = 35
4646
versionCode = flutterVersionCode.toInteger()
4747
versionName = flutterVersionName

0 commit comments

Comments
 (0)