Skip to content

Commit

Permalink
chore(2.1.2): set minSdkVersion from flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqq committed May 20, 2024
1 parent a88240a commit d179903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {

defaultConfig {
applicationId "com.simform.example"
minSdkVersion 16
minSdkVersion flutter.minSdkVersion
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit d179903

Please sign in to comment.