Skip to content

Commit

Permalink
chore: update Crashlytics example app Android minSdkVersion 19 as i…
Browse files Browse the repository at this point in the history
…t uses Analytics plugin with `minSdkVersion 19` (#7300)
  • Loading branch information
russellwheatley committed Nov 4, 2021
1 parent e0efad3 commit 9aeaaab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ android {

defaultConfig {
applicationId 'io.flutter.plugins.firebasecrashlyticsexample'
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 9aeaaab

Please sign in to comment.