Skip to content

Commit 8dbe440

Browse files
Merge pull request #6865 from therealbitoiner/feat/changes
Removed tier restriction and send tip flow
2 parents 19b49cc + 765aaf8 commit 8dbe440

File tree

68 files changed

+1309
-551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1309
-551
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ android {
9898
applicationId "io.hexawallet.keeper"
9999
minSdkVersion rootProject.ext.minSdkVersion
100100
targetSdkVersion rootProject.ext.targetSdkVersion
101-
versionCode 573
101+
versionCode 574
102102
versionName "2.5.6"
103103
missingDimensionStrategy 'react-native-camera', 'general'
104104
missingDimensionStrategy 'store', 'play'

ios/hexa_keeper.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@
748748
CODE_SIGN_ENTITLEMENTS = hexa_keeper/hexa_keeper.entitlements;
749749
CODE_SIGN_IDENTITY = "Apple Development";
750750
CODE_SIGN_STYLE = Automatic;
751-
CURRENT_PROJECT_VERSION = 573;
751+
CURRENT_PROJECT_VERSION = 574;
752752
DEVELOPMENT_TEAM = Y5TCB759QL;
753753
ENABLE_BITCODE = NO;
754754
HEADER_SEARCH_PATHS = (
@@ -874,7 +874,7 @@
874874
CLANG_ENABLE_MODULES = YES;
875875
CODE_SIGN_ENTITLEMENTS = hexa_keeper/hexa_keeper.entitlements;
876876
CODE_SIGN_IDENTITY = "Apple Distribution: Bithyve UK Ltd (Y5TCB759QL)";
877-
CURRENT_PROJECT_VERSION = 573;
877+
CURRENT_PROJECT_VERSION = 574;
878878
DEVELOPMENT_TEAM = Y5TCB759QL;
879879
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
880880
HEADER_SEARCH_PATHS = (
@@ -1145,7 +1145,7 @@
11451145
CODE_SIGN_IDENTITY = "Apple Development";
11461146
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
11471147
CODE_SIGN_STYLE = Manual;
1148-
CURRENT_PROJECT_VERSION = 573;
1148+
CURRENT_PROJECT_VERSION = 574;
11491149
DEVELOPMENT_TEAM = Y5TCB759QL;
11501150
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
11511151
ENABLE_BITCODE = NO;
@@ -1276,7 +1276,7 @@
12761276
CODE_SIGN_ENTITLEMENTS = hexa_keeper_dev.entitlements;
12771277
CODE_SIGN_IDENTITY = "Apple Distribution";
12781278
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
1279-
CURRENT_PROJECT_VERSION = 573;
1279+
CURRENT_PROJECT_VERSION = 574;
12801280
DEVELOPMENT_TEAM = Y5TCB759QL;
12811281
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
12821282
HEADER_SEARCH_PATHS = (

ios/hexa_keeper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>573</string>
39+
<string>574</string>
4040
<key>LSApplicationQueriesSchemes</key>
4141
<array>
4242
<string>itms-apps</string>

ios/hexa_keeperTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>573</string>
22+
<string>574</string>
2323
</dict>
2424
</plist>

ios/hexa_keeper_dev-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>573</string>
39+
<string>574</string>
4040
<key>LSApplicationQueriesSchemes</key>
4141
<array>
4242
<string>itms-apps</string>
Lines changed: 77 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)