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:
@@ -6,7 +6,7 @@ android {
|
||||
compileSdkVersion 33
|
||||
defaultConfig {
|
||||
applicationId "dev.flutter.example.androidusingprebuiltmodule"
|
||||
minSdkVersion 19
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
Reference in New Issue
Block a user