File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed
Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ android {
3636 minSdkVersion rootProject. ext. minSdkVersion
3737 targetSdkVersion rootProject. ext. targetSdkVersion
3838 compileSdk rootProject. ext. compileSdkVersion
39- versionCode 9203260
40- versionName " 15.2.0 "
39+ versionCode 9203270
40+ versionName " 15.2.1 "
4141 }
4242
4343 splits {
Original file line number Diff line number Diff line change 501501 CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
502502 CODE_SIGN_IDENTITY = "Apple Development";
503503 CODE_SIGN_STYLE = Automatic;
504- CURRENT_PROJECT_VERSION = 3260 ;
504+ CURRENT_PROJECT_VERSION = 3270 ;
505505 DEAD_CODE_STRIPPING = YES;
506506 DEVELOPMENT_TEAM = G896QC26MC;
507507 ENABLE_BITCODE = NO;
518518 "$(SDKROOT)/System/iOSSupport/usr/lib/swift",
519519 "$(inherited)",
520520 );
521- MARKETING_VERSION = 15.2.0 ;
521+ MARKETING_VERSION = 15.2.1 ;
522522 OTHER_LDFLAGS = (
523523 "$(inherited)",
524524 "-ObjC",
548548 CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
549549 CODE_SIGN_IDENTITY = "Apple Development";
550550 CODE_SIGN_STYLE = Automatic;
551- CURRENT_PROJECT_VERSION = 3260 ;
551+ CURRENT_PROJECT_VERSION = 3270 ;
552552 DEAD_CODE_STRIPPING = YES;
553553 DEVELOPMENT_TEAM = G896QC26MC;
554554 INFOPLIST_FILE = learnX/Info.plist;
564564 "$(SDKROOT)/System/iOSSupport/usr/lib/swift",
565565 "$(inherited)",
566566 );
567- MARKETING_VERSION = 15.2.0 ;
567+ MARKETING_VERSION = 15.2.1 ;
568568 OTHER_LDFLAGS = (
569569 "$(inherited)",
570570 "-ObjC",
661661 );
662662 MTL_ENABLE_DEBUG_INFO = YES;
663663 ONLY_ACTIVE_ARCH = YES;
664- OTHER_CFLAGS = (
665- "$(inherited)",
666- " ",
667- );
664+ OTHER_CFLAGS = "$(inherited) ";
668665 OTHER_CPLUSPLUSFLAGS = (
669666 "$(OTHER_CFLAGS)",
670667 "-DFOLLY_NO_CONFIG",
750747 "\"$(inherited)\"",
751748 );
752749 MTL_ENABLE_DEBUG_INFO = NO;
753- OTHER_CFLAGS = (
754- "$(inherited)",
755- " ",
756- );
750+ OTHER_CFLAGS = "$(inherited) ";
757751 OTHER_CPLUSPLUSFLAGS = (
758752 "$(OTHER_CFLAGS)",
759753 "-DFOLLY_NO_CONFIG",
Original file line number Diff line number Diff line change 11{
22 "name" : " learnX" ,
3- "version" : " 15.2.0 " ,
3+ "version" : " 15.2.1 " ,
44 "private" : true ,
55 "packageManager" :
" [email protected] +sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments