1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Smallest change to get android ci to pass (#2337)

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.
This commit is contained in:
Reid Baker
2024-06-28 15:38:55 -04:00
committed by GitHub
parent 233c6613bb
commit a01daa70c4

View File

@@ -6,7 +6,7 @@ android {
compileSdkVersion 33
defaultConfig {
applicationId "dev.flutter.example.androidusingprebuiltmodule"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 33
versionCode 1
versionName "1.0"