Skip to content

Commit

Permalink
v14.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Apr 14, 2024
1 parent 770aaee commit 9fcf90e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 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 9203100
versionName "14.7.0"
versionCode 9203110
versionName "14.7.1"
}

splits {
Expand Down
1 change: 1 addition & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ target 'learnX' do
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO'
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end

Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1776,6 +1776,6 @@ SPEC CHECKSUMS:
UMAppLoader: 0b71738d92601295391e2e2e95f60695f1a78b38
Yoga: 432275e56eae8816087eb8842bacbfe2eed1dc92

PODFILE CHECKSUM: ee5bee9fd9e5e70da572308ec48b8129b50f8ee3
PODFILE CHECKSUM: 734a516924ee887fe2e520c78bc92b0641ac35b4

COCOAPODS: 1.15.2
10 changes: 6 additions & 4 deletions ios/learnX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -479,13 +479,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 3100;
CURRENT_PROJECT_VERSION = 3111;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = G896QC26MC;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = learnX/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = learnX;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -495,7 +496,7 @@
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
"$(inherited)",
);
MARKETING_VERSION = 14.7.0;
MARKETING_VERSION = 14.7.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -522,12 +523,13 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 3100;
CURRENT_PROJECT_VERSION = 3111;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = G896QC26MC;
INFOPLIST_FILE = learnX/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = learnX;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -537,7 +539,7 @@
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
"$(inherited)",
);
MARKETING_VERSION = 14.7.0;
MARKETING_VERSION = 14.7.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
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": "14.7.0",
"version": "14.7.1",
"private": true,
"packageManager": "[email protected]+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019",
"scripts": {
Expand Down

0 comments on commit 9fcf90e

Please sign in to comment.