Skip to content

Commit

Permalink
Add all android 4.x back to supported sdks
Browse files Browse the repository at this point in the history
Thanks to the fix by the flutter team,
cf. flutter/flutter#35838 (comment)
  • Loading branch information
X-Wei committed Jul 21, 2019
1 parent e6dbdee commit 72157cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {

defaultConfig {
applicationId "io.github.x_wei.flutter_catalog"
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 72157cc

Please sign in to comment.