Skip to content

Commit 5727df1

Browse files
committed
v15.2.0
1 parent 8079129 commit 5727df1

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 9203250
40-
versionName "15.1.1"
39+
versionCode 9203260
40+
versionName "15.2.0"
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 = 3250;
504+
CURRENT_PROJECT_VERSION = 3260;
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.1.1;
521+
MARKETING_VERSION = 15.2.0;
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 = 3250;
551+
CURRENT_PROJECT_VERSION = 3260;
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.1.1;
567+
MARKETING_VERSION = 15.2.0;
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.1.1",
3+
"version": "15.2.0",
44
"private": true,
55
"packageManager": "[email protected]+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92",
66
"scripts": {

0 commit comments

Comments
 (0)