Skip to content

Commit 1a58b3c

Browse files
Merge pull request #7128 from bithyve/staging
build v2.4.2
2 parents 8093ac1 + bb51b4e commit 1a58b3c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ android {
107107
applicationId "io.hexawallet.hexa"
108108
minSdkVersion rootProject.ext.minSdkVersion
109109
targetSdkVersion rootProject.ext.targetSdkVersion
110-
versionCode 632
111-
versionName "2.4.1"
110+
versionCode 633
111+
versionName "2.4.2"
112112
missingDimensionStrategy 'react-native-camera', 'general'
113113
multiDexEnabled true
114114
resValue "string", "build_config_package", "io.hexawallet.hexa"

ios/HEXA.xcodeproj/project.pbxproj

+12-12
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@
11551155
CODE_SIGN_IDENTITY = "Apple Development";
11561156
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
11571157
CODE_SIGN_STYLE = Manual;
1158-
CURRENT_PROJECT_VERSION = 632;
1158+
CURRENT_PROJECT_VERSION = 633;
11591159
DEAD_CODE_STRIPPING = YES;
11601160
DEVELOPMENT_TEAM = "";
11611161
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
@@ -1172,7 +1172,7 @@
11721172
"$(SDKROOT)/usr/lib/swift",
11731173
"$(inherited)",
11741174
);
1175-
MARKETING_VERSION = 2.4.1;
1175+
MARKETING_VERSION = 2.4.2;
11761176
OTHER_LDFLAGS = (
11771177
"$(inherited)",
11781178
"-ObjC",
@@ -1200,7 +1200,7 @@
12001200
CODE_SIGN_ENTITLEMENTS = HEXA/Hexa.entitlements;
12011201
CODE_SIGN_IDENTITY = "iPhone Distribution";
12021202
CODE_SIGN_STYLE = Manual;
1203-
CURRENT_PROJECT_VERSION = 632;
1203+
CURRENT_PROJECT_VERSION = 633;
12041204
DEAD_CODE_STRIPPING = YES;
12051205
DEVELOPMENT_TEAM = Y5TCB759QL;
12061206
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
@@ -1216,7 +1216,7 @@
12161216
"$(SDKROOT)/usr/lib/swift",
12171217
"$(inherited)",
12181218
);
1219-
MARKETING_VERSION = 2.4.1;
1219+
MARKETING_VERSION = 2.4.2;
12201220
OTHER_LDFLAGS = (
12211221
"$(inherited)",
12221222
"-ObjC",
@@ -1243,7 +1243,7 @@
12431243
CODE_SIGN_ENTITLEMENTS = HEXA/Hexa.entitlements;
12441244
CODE_SIGN_IDENTITY = "Apple Development";
12451245
CODE_SIGN_STYLE = Automatic;
1246-
CURRENT_PROJECT_VERSION = 632;
1246+
CURRENT_PROJECT_VERSION = 633;
12471247
DEAD_CODE_STRIPPING = YES;
12481248
DEVELOPMENT_TEAM = Y5TCB759QL;
12491249
ENABLE_BITCODE = NO;
@@ -1477,7 +1477,7 @@
14771477
/usr/lib/swift,
14781478
"\"${PODS_CONFIGURATION_BUILD_DIR}/expo-secure-store\"/**",
14791479
);
1480-
MARKETING_VERSION = 2.4.1;
1480+
MARKETING_VERSION = 2.4.2;
14811481
OTHER_LDFLAGS = (
14821482
"$(inherited)",
14831483
"-ObjC",
@@ -1504,7 +1504,7 @@
15041504
CODE_SIGN_ENTITLEMENTS = HEXA/Hexa.entitlements;
15051505
CODE_SIGN_IDENTITY = "Apple Development";
15061506
CODE_SIGN_STYLE = Automatic;
1507-
CURRENT_PROJECT_VERSION = 632;
1507+
CURRENT_PROJECT_VERSION = 633;
15081508
DEVELOPMENT_TEAM = Y5TCB759QL;
15091509
HEADER_SEARCH_PATHS = (
15101510
"$(inherited)",
@@ -1638,7 +1638,7 @@
16381638
"$(SDKROOT)/usr/lib/swift",
16391639
"$(inherited)",
16401640
);
1641-
MARKETING_VERSION = 2.4.1;
1641+
MARKETING_VERSION = 2.4.2;
16421642
OTHER_LDFLAGS = (
16431643
"$(inherited)",
16441644
"-ObjC",
@@ -1664,7 +1664,7 @@
16641664
CODE_SIGN_ENTITLEMENTS = HEXA/Hexa.entitlements;
16651665
CODE_SIGN_IDENTITY = "iPhone Developer";
16661666
CODE_SIGN_STYLE = Manual;
1667-
CURRENT_PROJECT_VERSION = 632;
1667+
CURRENT_PROJECT_VERSION = 633;
16681668
DEAD_CODE_STRIPPING = YES;
16691669
DEVELOPMENT_TEAM = Y5TCB759QL;
16701670
ENABLE_BITCODE = NO;
@@ -1680,7 +1680,7 @@
16801680
"$(SDKROOT)/usr/lib/swift",
16811681
"$(inherited)",
16821682
);
1683-
MARKETING_VERSION = 2.4.1;
1683+
MARKETING_VERSION = 2.4.2;
16841684
OTHER_LDFLAGS = (
16851685
"$(inherited)",
16861686
"-ObjC",
@@ -1707,7 +1707,7 @@
17071707
CODE_SIGN_ENTITLEMENTS = HEXA/Hexa.entitlements;
17081708
CODE_SIGN_IDENTITY = "iPhone Developer";
17091709
CODE_SIGN_STYLE = Manual;
1710-
CURRENT_PROJECT_VERSION = 632;
1710+
CURRENT_PROJECT_VERSION = 633;
17111711
DEAD_CODE_STRIPPING = YES;
17121712
DEVELOPMENT_TEAM = Y5TCB759QL;
17131713
INFOPLIST_FILE = "HEXA/HEXA.Stage-Info.plist";
@@ -1722,7 +1722,7 @@
17221722
"$(SDKROOT)/usr/lib/swift",
17231723
"$(inherited)",
17241724
);
1725-
MARKETING_VERSION = 2.4.1;
1725+
MARKETING_VERSION = 2.4.2;
17261726
OTHER_LDFLAGS = (
17271727
"$(inherited)",
17281728
"-ObjC",

0 commit comments

Comments
 (0)