Skip to content

Commit

Permalink
v13.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Nov 7, 2021
1 parent 21b032a commit afa450e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ android {
applicationId 'io.robertying.learnx'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9202220
versionName '13.8.2'
versionCode 9202230
versionName '13.9.0'
}
splits {
abi {
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -641,10 +641,10 @@ SPEC CHECKSUMS:
RNReanimated: b04ef2a4f0cb61b062bbcf033f84a9e470f4f60b
RNScreens: 4d79118be80f79fa1f4aa131909a1d6e86280af3
RNShare: edd621a71124961e29a7ba43a84bd1c6f9980d88
RNVectorIcons: 4143ba35feebab8fdbe6bc43d1e776b393d47ac8
RNVectorIcons: 3d5bff0d154b9bbe71e893a6605abaf1067846b1
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
Yoga: 9a08effa851c1d8cc1647691895540bc168ea65f

PODFILE CHECKSUM: 281988df00e5e498a287cd9ee995beda95a9db53
PODFILE CHECKSUM: 22feed0cf4c98e3b6f247f4ced1e502edfc065d5

COCOAPODS: 1.11.2
18 changes: 14 additions & 4 deletions ios/learnX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -314,22 +314,27 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 2220;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2231;
DEVELOPMENT_TEAM = QX9PZ6H89F;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = learnX/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 13.8.2;
MARKETING_VERSION = 13.9.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = io.robertying.learnX;
PRODUCT_NAME = learnX;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
SUPPORTS_MACCATALYST = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand All @@ -345,21 +350,26 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 2220;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2231;
DEVELOPMENT_TEAM = QX9PZ6H89F;
INFOPLIST_FILE = learnX/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 13.8.2;
MARKETING_VERSION = 13.9.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = io.robertying.learnX;
PRODUCT_NAME = learnX;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
SUPPORTS_MACCATALYST = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learnX",
"version": "13.8.2",
"version": "13.9.0",
"private": true,
"scripts": {
"postinstall": "patch-package && chmod +x scripts/fix_react_native_interactable.sh && ./scripts/fix_react_native_interactable.sh",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9005,8 +9005,8 @@ through@^2.3.6:
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=

"thu-learn-lib-no-native@https://github.com/robertying/thu-learn-lib-no-native.git":
version "3.1.0"
resolved "https://github.com/robertying/thu-learn-lib-no-native.git#553a7e1be713a5ecf1dbd416a0dc10cfd3f7b1fe"
version "3.1.1"
resolved "https://github.com/robertying/thu-learn-lib-no-native.git#47beaba5290714435975e8c646455f508db78047"
dependencies:
cheerio-without-node-native "0.20.2"
cross-fetch "^3.1.4"
Expand Down

0 comments on commit afa450e

Please sign in to comment.