File tree Expand file tree Collapse file tree 5 files changed +27
-24
lines changed Expand file tree Collapse file tree 5 files changed +27
-24
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ android {
6363 buildTypes {
6464 release {
6565 signingConfig signingConfigs. release
66+ shrinkResources false
67+ proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
6668 }
6769 }
6870}
Original file line number Diff line number Diff line change 1+ -keep class io.flutter.plugin.editing.** { *; }
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5- <key >CFBundleDevelopmentRegion </key >
6- <string >$(DEVELOPMENT_LANGUAGE) </string >
7- <key >CFBundleExecutable </key >
8- <string >App </string >
9- <key >CFBundleIdentifier </key >
10- <string >io.flutter.flutter.app </string >
11- <key >CFBundleInfoDictionaryVersion </key >
12- <string >6.0 </string >
13- <key >CFBundleName </key >
14- <string >App </string >
15- <key >CFBundlePackageType </key >
16- <string >FMWK </string >
17- <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
19- <key >CFBundleSignature </key >
20- <string >???? </string >
21- <key >CFBundleVersion </key >
22- <string >1.0 </string >
23- <key >MinimumOSVersion </key >
24- <string >8 .0 </string >
5+ <key >CFBundleDevelopmentRegion </key >
6+ <string >$(DEVELOPMENT_LANGUAGE) </string >
7+ <key >CFBundleExecutable </key >
8+ <string >App </string >
9+ <key >CFBundleIdentifier </key >
10+ <string >io.flutter.flutter.app </string >
11+ <key >CFBundleInfoDictionaryVersion </key >
12+ <string >6.0 </string >
13+ <key >CFBundleName </key >
14+ <string >App </string >
15+ <key >CFBundlePackageType </key >
16+ <string >FMWK </string >
17+ <key >CFBundleShortVersionString </key >
18+ <string >1.0 </string >
19+ <key >CFBundleSignature </key >
20+ <string >???? </string >
21+ <key >CFBundleVersion </key >
22+ <string >1.0 </string >
23+ <key >MinimumOSVersion </key >
24+ <string >10 .0 </string >
2525</dict >
2626</plist >
Original file line number Diff line number Diff line change 339339 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
340340 GCC_WARN_UNUSED_FUNCTION = YES;
341341 GCC_WARN_UNUSED_VARIABLE = YES;
342- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
342+ IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
343343 MTL_ENABLE_DEBUG_INFO = NO;
344344 SDKROOT = iphoneos;
345345 SUPPORTED_PLATFORMS = iphoneos;
429429 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
430430 GCC_WARN_UNUSED_FUNCTION = YES;
431431 GCC_WARN_UNUSED_VARIABLE = YES;
432- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
432+ IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
433433 MTL_ENABLE_DEBUG_INFO = YES;
434434 ONLY_ACTIVE_ARCH = YES;
435435 SDKROOT = iphoneos;
478478 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
479479 GCC_WARN_UNUSED_FUNCTION = YES;
480480 GCC_WARN_UNUSED_VARIABLE = YES;
481- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
481+ IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
482482 MTL_ENABLE_DEBUG_INFO = NO;
483483 SDKROOT = iphoneos;
484484 SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616# Read more about iOS versioning at
1717# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18- version : 1.0.0+1
18+ version : 1.0.0+2
1919
2020environment :
2121 sdk : " >=2.7.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments