Skip to content

Commit 622cd46

Browse files
committed
Bump minSdkVersion to 21 for tests app
1 parent e1d45b2 commit 622cd46

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
@@ -47,7 +47,7 @@ android {
4747
defaultConfig {
4848
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4949
applicationId "io.flutter.plugins.firebase.tests"
50-
minSdkVersion 19
50+
minSdkVersion 21
5151
targetSdkVersion flutter.targetSdkVersion
5252
versionCode flutterVersionCode.toInteger()
5353
versionName flutterVersionName

0 commit comments

Comments
 (0)