Skip to content

Commit

Permalink
Smallest change to get android ci to pass (#2337)
Browse files Browse the repository at this point in the history
Fixes #2336 2336

## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.
  • Loading branch information
reidbaker committed Jun 28, 2024
1 parent 233c661 commit a01daa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
compileSdkVersion 33
defaultConfig {
applicationId "dev.flutter.example.androidusingprebuiltmodule"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 33
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit a01daa7

Please sign in to comment.