Skip to content

Commit

Permalink
fix Android build.gradle example project
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfisher committed Nov 12, 2022
1 parent 9d1b85d commit 06cf916
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 @@ -30,7 +30,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.flutterisolateexample"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 06cf916

Please sign in to comment.