Skip to content

Commit

Permalink
v14.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Oct 3, 2024
1 parent 422dd4b commit 7590e1f
Show file tree
Hide file tree
Showing 4 changed files with 8 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 @@ -36,8 +36,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
compileSdk rootProject.ext.compileSdkVersion
versionCode 9203193
versionName "14.9.0"
versionCode 9203200
versionName "14.9.1"
}

splits {
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
minSdkVersion = 28
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "28.0.12433566"
ndkVersion = "27.1.12297006"
cmakeVersion = "3.30.4"
javaVersion = JavaVersion.VERSION_17
kotlinVersion = "2.0.20"
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 @@ -505,7 +505,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 3193;
CURRENT_PROJECT_VERSION = 3200;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = G896QC26MC;
ENABLE_BITCODE = NO;
Expand All @@ -522,7 +522,7 @@
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
"$(inherited)",
);
MARKETING_VERSION = 14.9.0;
MARKETING_VERSION = 14.9.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -549,7 +549,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 3193;
CURRENT_PROJECT_VERSION = 3200;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = G896QC26MC;
INFOPLIST_FILE = learnX/Info.plist;
Expand All @@ -565,7 +565,7 @@
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
"$(inherited)",
);
MARKETING_VERSION = 14.9.0;
MARKETING_VERSION = 14.9.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.9.0",
"version": "14.9.1",
"private": true,
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"scripts": {
Expand Down

0 comments on commit 7590e1f

Please sign in to comment.