From cae0fa30e5d565b3eae42bfb1dc59c9931b43ab1 Mon Sep 17 00:00:00 2001 From: wurong <953969641@qq.com> Date: Thu, 30 Mar 2023 09:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=89=88=E6=9C=ACminSdkVersi?= =?UTF-8?q?on=2024=E6=94=B9=E5=9B=9E21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 2 +- pubspec.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index d3e582f3..f35fed4c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -105,7 +105,7 @@ android { defaultConfig { applicationId "com.zsw.huixiang" - minSdkVersion 24 + minSdkVersion 21 targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/pubspec.yaml b/pubspec.yaml index d3ca452b..f6b9acd2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -105,8 +105,6 @@ dependencies: mqtt_client: ^9.6.8 - flutter_ffmpeg: ^0.4.2 - dev_dependencies: flutter_test: sdk: flutter