Browse Source

更改版本minSdkVersion 24改回21

new_revision_app
wurong 2 years ago
parent
commit
cae0fa30e5
  1. 2
      android/app/build.gradle
  2. 2
      pubspec.yaml

2
android/app/build.gradle

@ -105,7 +105,7 @@ android {
defaultConfig { defaultConfig {
applicationId "com.zsw.huixiang" applicationId "com.zsw.huixiang"
minSdkVersion 24 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName

2
pubspec.yaml

@ -105,8 +105,6 @@ dependencies:
mqtt_client: ^9.6.8 mqtt_client: ^9.6.8
flutter_ffmpeg: ^0.4.2
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter

Loading…
Cancel
Save