Skip to content

Commit 2180236

Browse files
committed
v15.3.1
1 parent 088f34b commit 2180236

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-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 9203300
40-
versionName "15.3.0"
39+
versionCode 9203310
40+
versionName "15.3.1"
4141
}
4242

4343
splits {

ios/learnX.xcodeproj/project.pbxproj

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,14 @@
312312
inputFileListPaths = (
313313
"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks-${CONFIGURATION}-input-files.xcfilelist",
314314
);
315+
inputPaths = (
316+
);
315317
name = "[CP] Embed Pods Frameworks";
316318
outputFileListPaths = (
317319
"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks-${CONFIGURATION}-output-files.xcfilelist",
318320
);
321+
outputPaths = (
322+
);
319323
runOnlyForDeploymentPostprocessing = 0;
320324
shellPath = /bin/sh;
321325
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks.sh\"\n";
@@ -370,10 +374,14 @@
370374
inputFileListPaths = (
371375
"${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources-${CONFIGURATION}-input-files.xcfilelist",
372376
);
377+
inputPaths = (
378+
);
373379
name = "[CP] Copy Pods Resources";
374380
outputFileListPaths = (
375381
"${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources-${CONFIGURATION}-output-files.xcfilelist",
376382
);
383+
outputPaths = (
384+
);
377385
runOnlyForDeploymentPostprocessing = 0;
378386
shellPath = /bin/sh;
379387
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources.sh\"\n";
@@ -432,10 +440,14 @@
432440
inputFileListPaths = (
433441
"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources-${CONFIGURATION}-input-files.xcfilelist",
434442
);
443+
inputPaths = (
444+
);
435445
name = "[CP] Copy Pods Resources";
436446
outputFileListPaths = (
437447
"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources-${CONFIGURATION}-output-files.xcfilelist",
438448
);
449+
outputPaths = (
450+
);
439451
runOnlyForDeploymentPostprocessing = 0;
440452
shellPath = /bin/sh;
441453
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources.sh\"\n";
@@ -501,7 +513,7 @@
501513
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
502514
CODE_SIGN_IDENTITY = "Apple Development";
503515
CODE_SIGN_STYLE = Automatic;
504-
CURRENT_PROJECT_VERSION = 3300;
516+
CURRENT_PROJECT_VERSION = 3310;
505517
DEAD_CODE_STRIPPING = YES;
506518
DEVELOPMENT_TEAM = G896QC26MC;
507519
ENABLE_BITCODE = NO;
@@ -518,7 +530,7 @@
518530
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
519531
"$(inherited)",
520532
);
521-
MARKETING_VERSION = 15.3.0;
533+
MARKETING_VERSION = 15.3.1;
522534
OTHER_LDFLAGS = (
523535
"$(inherited)",
524536
"-ObjC",
@@ -548,7 +560,7 @@
548560
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
549561
CODE_SIGN_IDENTITY = "Apple Development";
550562
CODE_SIGN_STYLE = Automatic;
551-
CURRENT_PROJECT_VERSION = 3300;
563+
CURRENT_PROJECT_VERSION = 3310;
552564
DEAD_CODE_STRIPPING = YES;
553565
DEVELOPMENT_TEAM = G896QC26MC;
554566
INFOPLIST_FILE = learnX/Info.plist;
@@ -564,7 +576,7 @@
564576
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
565577
"$(inherited)",
566578
);
567-
MARKETING_VERSION = 15.3.0;
579+
MARKETING_VERSION = 15.3.1;
568580
OTHER_LDFLAGS = (
569581
"$(inherited)",
570582
"-ObjC",
@@ -661,10 +673,7 @@
661673
);
662674
MTL_ENABLE_DEBUG_INFO = YES;
663675
ONLY_ACTIVE_ARCH = YES;
664-
OTHER_CFLAGS = (
665-
"$(inherited)",
666-
" ",
667-
);
676+
OTHER_CFLAGS = "$(inherited) ";
668677
OTHER_CPLUSPLUSFLAGS = (
669678
"$(OTHER_CFLAGS)",
670679
"-DFOLLY_NO_CONFIG",
@@ -750,10 +759,7 @@
750759
"\"$(inherited)\"",
751760
);
752761
MTL_ENABLE_DEBUG_INFO = NO;
753-
OTHER_CFLAGS = (
754-
"$(inherited)",
755-
" ",
756-
);
762+
OTHER_CFLAGS = "$(inherited) ";
757763
OTHER_CPLUSPLUSFLAGS = (
758764
"$(OTHER_CFLAGS)",
759765
"-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.3.0",
3+
"version": "15.3.1",
44
"private": true,
55
"packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
66
"scripts": {

0 commit comments

Comments
 (0)