Skip to content

Commit b4e5c25

Browse files
committed
Merge remote-tracking branch 'origin/feature/tx-review-collateral' into feature/tx-review-yoroi-swap
2 parents ef87cc8 + 71ce377 commit b4e5c25

File tree

8 files changed

+13
-18
lines changed

8 files changed

+13
-18
lines changed

apps/wallet-mobile/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ android {
108108
applicationId "com.emurgo"
109109
minSdkVersion rootProject.ext.minSdkVersion
110110
targetSdkVersion rootProject.ext.targetSdkVersion
111-
versionCode 711
112-
versionName "4.28.3"
111+
versionCode 723
112+
versionName "5.0.0"
113113
testBuildType System.getProperty('testBuildType', 'debug')
114114
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
115115
}

apps/wallet-mobile/ios/nightly.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>4.28.3</string>
20+
<string>5.0.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>598</string>
24+
<string>610</string>
2525
<key>ITSAppUsesNonExemptEncryption</key>
2626
<false/>
2727
<key>LSApplicationCategoryType</key>

apps/wallet-mobile/ios/yoroi.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
CODE_SIGN_ENTITLEMENTS = yoroi/yoroi.entitlements;
840840
CODE_SIGN_IDENTITY = "iPhone Distribution";
841841
CODE_SIGN_STYLE = Manual;
842-
CURRENT_PROJECT_VERSION = 598;
842+
CURRENT_PROJECT_VERSION = 610;
843843
DEVELOPMENT_TEAM = "";
844844
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
845845
ENABLE_BITCODE = NO;
@@ -884,7 +884,7 @@
884884
CODE_SIGN_ENTITLEMENTS = yoroi/yoroi.entitlements;
885885
CODE_SIGN_IDENTITY = "iPhone Distribution";
886886
CODE_SIGN_STYLE = Manual;
887-
CURRENT_PROJECT_VERSION = 598;
887+
CURRENT_PROJECT_VERSION = 610;
888888
DEVELOPMENT_TEAM = "";
889889
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
890890
ENVFILE = "$(PODS_ROOT)/../../.env.production";
@@ -1079,7 +1079,7 @@
10791079
CODE_SIGN_ENTITLEMENTS = nightly.entitlements;
10801080
CODE_SIGN_IDENTITY = "iPhone Distribution";
10811081
CODE_SIGN_STYLE = Manual;
1082-
CURRENT_PROJECT_VERSION = 598;
1082+
CURRENT_PROJECT_VERSION = 610;
10831083
DEVELOPMENT_TEAM = "";
10841084
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
10851085
ENABLE_BITCODE = NO;
@@ -1124,7 +1124,7 @@
11241124
CODE_SIGN_ENTITLEMENTS = nightly.entitlements;
11251125
CODE_SIGN_IDENTITY = "iPhone Distribution";
11261126
CODE_SIGN_STYLE = Manual;
1127-
CURRENT_PROJECT_VERSION = 598;
1127+
CURRENT_PROJECT_VERSION = 610;
11281128
DEVELOPMENT_TEAM = "";
11291129
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
11301130
ENVFILE = "$(PODS_ROOT)/../../.env.nightly";

apps/wallet-mobile/ios/yoroi/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>4.28.3</string>
20+
<string>5.0.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>598</string>
37+
<string>610</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false/>
4040
<key>LSApplicationCategoryType</key>

apps/wallet-mobile/ios/yoroiTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.28.3</string>
18+
<string>5.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>598</string>
22+
<string>610</string>
2323
</dict>
2424
</plist>

apps/wallet-mobile/src/components/Info/Info.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {Space} from '../Space/Space'
88
type Props = {
99
content: ReactNode
1010
iconSize?: number
11-
blue?: boolean
1211
}
1312

1413
export const Info = ({content, iconSize = 30}: Props) => {

apps/wallet-mobile/src/components/Warning/Warning.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {Space} from '../Space/Space'
88
type Props = {
99
content: ReactNode
1010
iconSize?: number
11-
blue?: boolean
1211
}
1312

1413
export const Warning = ({content, iconSize = 30}: Props) => {

apps/wallet-mobile/src/features/ReviewTx/useCases/ReviewTxScreen/Overview/OverviewTab.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,7 @@ const CreatedByInfoItem = () => {
324324
<Accordion label="Other parties">
325325
<Space height="lg" />
326326
327-
<Info
328-
content="Here are displayed other parties that are involved into this transaction. They don't affect your wallet balance"
329-
blue
330-
/>
327+
<Info content="Here are displayed other parties that are involved into this transaction. They don't affect your wallet balance" />
331328
332329
<Space height="lg" />
333330

0 commit comments

Comments
 (0)