Skip to content

Commit fde6ea8

Browse files
committed
v15.2.1
1 parent 5c03bf7 commit fde6ea8

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

ios/learnX.xcodeproj/project.pbxproj

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
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;
@@ -518,7 +518,7 @@
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",
@@ -548,7 +548,7 @@
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;
@@ -564,7 +564,7 @@
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",
@@ -661,10 +661,7 @@
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",
@@ -750,10 +747,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)