From a01daa70c4b5a2267bfe068d01475ebb4fd946d9 Mon Sep 17 00:00:00 2001 From: Reid Baker Date: Fri, 28 Jun 2024 15:38:55 -0400 Subject: [PATCH] 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. --- .../android_using_prebuilt_module/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_to_app/prebuilt_module/android_using_prebuilt_module/app/build.gradle b/add_to_app/prebuilt_module/android_using_prebuilt_module/app/build.gradle index 3e64c63c4b9..4a0aa486c92 100644 --- a/add_to_app/prebuilt_module/android_using_prebuilt_module/app/build.gradle +++ b/add_to_app/prebuilt_module/android_using_prebuilt_module/app/build.gradle @@ -6,7 +6,7 @@ android { compileSdkVersion 33 defaultConfig { applicationId "dev.flutter.example.androidusingprebuiltmodule" - minSdkVersion 19 + minSdkVersion 21 targetSdkVersion 33 versionCode 1 versionName "1.0"