Skip to content

Commit

Permalink
v14.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Jun 21, 2024
1 parent e90be82 commit 15b1def
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 9203140
versionName "14.7.4"
versionCode 9203150
versionName "14.7.5"
}

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 @@ -481,7 +481,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 3140;
CURRENT_PROJECT_VERSION = 3150;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = G896QC26MC;
ENABLE_BITCODE = NO;
Expand All @@ -498,7 +498,7 @@
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
"$(inherited)",
);
MARKETING_VERSION = 14.7.4;
MARKETING_VERSION = 14.7.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -525,7 +525,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 3140;
CURRENT_PROJECT_VERSION = 3150;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = G896QC26MC;
INFOPLIST_FILE = learnX/Info.plist;
Expand All @@ -541,7 +541,7 @@
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
"$(inherited)",
);
MARKETING_VERSION = 14.7.4;
MARKETING_VERSION = 14.7.5;
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.4",
"version": "14.7.5",
"private": true,
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"scripts": {
Expand Down

0 comments on commit 15b1def

Please sign in to comment.