Skip to content

Commit c13c8eb

Browse files
authored
Merge pull request #1003 from jolocom/release/2.5.0
Release 2.5.0
2 parents fd5eb89 + d05ef29 commit c13c8eb

File tree

5 files changed

+30
-29
lines changed

5 files changed

+30
-29
lines changed

Gemfile.lock

+25-24
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
addressable (2.8.0)
7-
public_suffix (>= 2.0.2, < 5.0)
6+
addressable (2.8.1)
7+
public_suffix (>= 2.0.2, < 6.0)
88
artifactory (3.0.15)
99
atomos (0.1.3)
1010
aws-eventstream (1.2.0)
11-
aws-partitions (1.605.0)
12-
aws-sdk-core (3.131.2)
11+
aws-partitions (1.644.0)
12+
aws-sdk-core (3.159.0)
1313
aws-eventstream (~> 1, >= 1.0.2)
1414
aws-partitions (~> 1, >= 1.525.0)
1515
aws-sigv4 (~> 1.1)
1616
jmespath (~> 1, >= 1.6.1)
17-
aws-sdk-kms (1.57.0)
17+
aws-sdk-kms (1.58.0)
1818
aws-sdk-core (~> 3, >= 3.127.0)
1919
aws-sigv4 (~> 1.1)
2020
aws-sdk-s3 (1.114.0)
2121
aws-sdk-core (~> 3, >= 3.127.0)
2222
aws-sdk-kms (~> 1)
2323
aws-sigv4 (~> 1.4)
24-
aws-sigv4 (1.5.0)
24+
aws-sigv4 (1.5.2)
2525
aws-eventstream (~> 1, >= 1.0.2)
2626
babosa (1.0.4)
2727
claide (1.1.0)
@@ -34,10 +34,10 @@ GEM
3434
rake (>= 12.0.0, < 14.0.0)
3535
domain_name (0.5.20190701)
3636
unf (>= 0.0.5, < 1.0.0)
37-
dotenv (2.7.6)
37+
dotenv (2.8.1)
3838
emoji_regex (3.2.3)
39-
excon (0.92.3)
40-
faraday (1.10.0)
39+
excon (0.93.0)
40+
faraday (1.10.2)
4141
faraday-em_http (~> 1.0)
4242
faraday-em_synchrony (~> 1.0)
4343
faraday-excon (~> 1.1)
@@ -66,7 +66,7 @@ GEM
6666
faraday_middleware (1.2.0)
6767
faraday (~> 1.0)
6868
fastimage (2.2.6)
69-
fastlane (2.207.0)
69+
fastlane (2.210.1)
7070
CFPropertyList (>= 2.3, < 4.0.0)
7171
addressable (>= 2.8, < 3.0.0)
7272
artifactory (~> 3.0)
@@ -108,9 +108,9 @@ GEM
108108
fastlane-plugin-appcenter (2.0.0)
109109
fastlane-plugin-sentry (1.12.2)
110110
gh_inspector (1.1.3)
111-
google-apis-androidpublisher_v3 (0.25.0)
112-
google-apis-core (>= 0.7, < 2.a)
113-
google-apis-core (0.7.0)
111+
google-apis-androidpublisher_v3 (0.29.0)
112+
google-apis-core (>= 0.9.0, < 2.a)
113+
google-apis-core (0.9.0)
114114
addressable (~> 2.5, >= 2.5.1)
115115
googleauth (>= 0.16.2, < 2.a)
116116
httpclient (>= 2.8.1, < 3.a)
@@ -119,23 +119,23 @@ GEM
119119
retriable (>= 2.0, < 4.a)
120120
rexml
121121
webrick
122-
google-apis-iamcredentials_v1 (0.13.0)
123-
google-apis-core (>= 0.7, < 2.a)
124-
google-apis-playcustomapp_v1 (0.10.0)
125-
google-apis-core (>= 0.7, < 2.a)
126-
google-apis-storage_v1 (0.18.0)
127-
google-apis-core (>= 0.7, < 2.a)
122+
google-apis-iamcredentials_v1 (0.15.0)
123+
google-apis-core (>= 0.9.0, < 2.a)
124+
google-apis-playcustomapp_v1 (0.11.0)
125+
google-apis-core (>= 0.9.0, < 2.a)
126+
google-apis-storage_v1 (0.19.0)
127+
google-apis-core (>= 0.9.0, < 2.a)
128128
google-cloud-core (1.6.0)
129129
google-cloud-env (~> 1.0)
130130
google-cloud-errors (~> 1.0)
131131
google-cloud-env (1.6.0)
132132
faraday (>= 0.17.3, < 3.0)
133-
google-cloud-errors (1.2.0)
134-
google-cloud-storage (1.37.0)
133+
google-cloud-errors (1.3.0)
134+
google-cloud-storage (1.43.0)
135135
addressable (~> 2.8)
136136
digest-crc (~> 0.4)
137137
google-apis-iamcredentials_v1 (~> 0.1)
138-
google-apis-storage_v1 (~> 0.1)
138+
google-apis-storage_v1 (~> 0.19.0)
139139
google-cloud-core (~> 1.6)
140140
googleauth (>= 0.16.2, < 2.a)
141141
mini_mime (~> 1.0)
@@ -152,7 +152,7 @@ GEM
152152
httpclient (2.8.3)
153153
jmespath (1.6.1)
154154
json (2.6.2)
155-
jwt (2.4.1)
155+
jwt (2.5.0)
156156
memoist (0.16.2)
157157
mini_magick (4.11.0)
158158
mini_mime (1.1.2)
@@ -163,7 +163,7 @@ GEM
163163
optparse (0.1.1)
164164
os (1.1.4)
165165
plist (3.6.0)
166-
public_suffix (4.0.7)
166+
public_suffix (5.0.0)
167167
rake (13.0.6)
168168
representable (3.2.0)
169169
declarative (< 0.1.0)
@@ -211,6 +211,7 @@ GEM
211211
xcpretty (~> 0.2, >= 0.0.7)
212212

213213
PLATFORMS
214+
universal-darwin-21
214215
x86_64-darwin-20
215216
x86_64-linux
216217

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ android {
143143
minSdkVersion rootProject.ext.minSdkVersion
144144
targetSdkVersion rootProject.ext.targetSdkVersion
145145
versionCode 56
146-
versionName "2.4.1"
146+
versionName "2.5.0"
147147
multiDexEnabled true
148148
missingDimensionStrategy 'react-native-camera', 'general'
149149
}

fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ lane :release do |options|
6060
)
6161
case options[:target]
6262
when "release"
63-
upload_to_app_store
63+
upload_to_app_store(precheck_include_in_app_purchases: false)
6464
when "beta"
6565
upload_to_testflight
6666
end

ios/SmartWallet.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@
714714
INFOPLIST_FILE = SmartWallet/Info.plist;
715715
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
716716
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
717-
MARKETING_VERSION = 2.4.1;
717+
MARKETING_VERSION = 2.5.0;
718718
OTHER_LDFLAGS = (
719719
"$(inherited)",
720720
"-ObjC",
@@ -745,7 +745,7 @@
745745
INFOPLIST_FILE = SmartWallet/Info.plist;
746746
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
747747
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
748-
MARKETING_VERSION = 2.4.1;
748+
MARKETING_VERSION = 2.5.0;
749749
OTHER_LDFLAGS = (
750750
"$(inherited)",
751751
"-ObjC",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SmartWallet",
3-
"version": "2.4.1-56",
3+
"version": "2.5.0-56",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --appIdSuffix debug",

0 commit comments

Comments
 (0)