Skip to content

Commit

Permalink
Build dev 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
namnm committed Mar 30, 2024
1 parent 49f29bd commit 5079326
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 2.14.2

- Update intl local language labels

#### 2.14.1

- Android implement set BrekekePhone as the default OS dial (not possible on ios)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 214001
versionName "2.14.1"
versionCode 214002
versionName "2.14.2"
}

signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions ios/BrekekePhone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
MARKETING_VERSION = 2.14.1;
MARKETING_VERSION = 2.14.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.brekeke.phonedev.BrekekeLPCExtension;
Expand Down Expand Up @@ -858,7 +858,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
MARKETING_VERSION = 2.14.1;
MARKETING_VERSION = 2.14.2;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.brekeke.phonedev.BrekekeLPCExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion ios/BrekekePhone/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.14.1</string>
<string>2.14.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
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": "brekekephone",
"version": "2.14.1",
"version": "2.14.2",
"private": true,
"homepage": "./",
"scripts": {
Expand Down

0 comments on commit 5079326

Please sign in to comment.