File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if (flutterRoot == null) {
13
13
14
14
def flutterVersionCode = localProperties. getProperty(' flutter.versionCode' )
15
15
if (flutterVersionCode == null ) {
16
- flutterVersionCode = ' 10 '
16
+ flutterVersionCode = ' 11 '
17
17
}
18
18
19
19
def flutterVersionName = localProperties. getProperty(' flutter.versionName' )
Original file line number Diff line number Diff line change 362
362
buildSettings = {
363
363
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
364
364
CLANG_ENABLE_MODULES = YES;
365
- CURRENT_PROJECT_VERSION = 11 ;
365
+ CURRENT_PROJECT_VERSION = 12 ;
366
366
DEVELOPMENT_TEAM = 53KVJRJS99;
367
367
ENABLE_BITCODE = NO;
368
368
FRAMEWORK_SEARCH_PATHS = (
498
498
buildSettings = {
499
499
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
500
500
CLANG_ENABLE_MODULES = YES;
501
- CURRENT_PROJECT_VERSION = 11 ;
501
+ CURRENT_PROJECT_VERSION = 12 ;
502
502
DEVELOPMENT_TEAM = 53KVJRJS99;
503
503
ENABLE_BITCODE = NO;
504
504
FRAMEWORK_SEARCH_PATHS = (
527
527
buildSettings = {
528
528
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
529
529
CLANG_ENABLE_MODULES = YES;
530
- CURRENT_PROJECT_VERSION = 11 ;
530
+ CURRENT_PROJECT_VERSION = 12 ;
531
531
DEVELOPMENT_TEAM = 53KVJRJS99;
532
532
ENABLE_BITCODE = NO;
533
533
FRAMEWORK_SEARCH_PATHS = (
You can’t perform that action at this time.
0 commit comments