Skip to content

Commit

Permalink
v14.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Jan 27, 2024
1 parent 67f926f commit bf04df2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
compileSdk rootProject.ext.compileSdkVersion
versionCode 9203001
versionName "14.6.1"
versionCode 9203010
versionName "14.6.2"
}

splits {
Expand Down
8 changes: 4 additions & 4 deletions ios/learnX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 3002;
CURRENT_PROJECT_VERSION = 3010;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = G896QC26MC;
ENABLE_BITCODE = NO;
Expand All @@ -491,7 +491,7 @@
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
"$(inherited)",
);
MARKETING_VERSION = 14.6.1;
MARKETING_VERSION = 14.6.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -518,7 +518,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 3002;
CURRENT_PROJECT_VERSION = 3010;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = G896QC26MC;
INFOPLIST_FILE = learnX/Info.plist;
Expand All @@ -533,7 +533,7 @@
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
"$(inherited)",
);
MARKETING_VERSION = 14.6.1;
MARKETING_VERSION = 14.6.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learnX",
"version": "14.6.1",
"version": "14.6.2",
"private": true,
"scripts": {
"postinstall": "patch-package && chmod +x scripts/fix_react_native_interactable.sh && ./scripts/fix_react_native_interactable.sh",
Expand All @@ -18,14 +18,7 @@
"exclude": [
"expo-font",
"expo-keep-awake"
],
"android": {
"exclude": [
"expo-font",
"expo-keep-awake",
"expo-notifications"
]
}
]
}
},
"dependencies": {
Expand Down

0 comments on commit bf04df2

Please sign in to comment.