Change version to 4.3.1 Update pub spec for cw_monero.

M committed Jan 14, 2022 at 14:41 UTC 0f02c4f0c1b459ea7fc6b2214cd8b9dce611aa23
3 files changed +31 -10
cw_monero/pubspec.lock
+27 -6
@@ -21,7 +21,14 @@ packages:
21 name: args
22 url: "https://pub.dartlang.org"
23 source: hosted
24 - version: "2.3.0"
24 + version: "1.6.0"
25 + asn1lib:
26 + dependency: transitive
27 + description:
28 + name: asn1lib
29 + url: "https://pub.dartlang.org"
30 + source: hosted
31 + version: "0.8.1"
32 async:
33 dependency: transitive
34 description:
@@ -147,14 +154,14 @@ packages:
154 name: convert
155 url: "https://pub.dartlang.org"
156 source: hosted
150 - version: "3.0.1"
157 + version: "2.1.1"
158 crypto:
159 dependency: transitive
160 description:
161 name: crypto
162 url: "https://pub.dartlang.org"
163 source: hosted
157 - version: "3.0.1"
164 + version: "2.1.5"
165 cw_core:
166 dependency: "direct main"
167 description:
@@ -175,7 +182,14 @@ packages:
182 name: dartx
183 url: "https://pub.dartlang.org"
184 source: hosted
178 - version: "0.8.0"
185 + version: "0.5.0"
186 + encrypt:
187 + dependency: transitive
188 + description:
189 + name: encrypt
190 + url: "https://pub.dartlang.org"
191 + source: hosted
192 + version: "4.1.0"
193 fake_async:
194 dependency: transitive
195 description:
@@ -241,7 +255,7 @@ packages:
255 name: hive
256 url: "https://pub.dartlang.org"
257 source: hosted
244 - version: "1.6.0-nullsafety.2"
258 + version: "1.4.4+1"
259 hive_generator:
260 dependency: "direct dev"
261 description:
@@ -375,6 +389,13 @@ packages:
389 url: "https://pub.dartlang.org"
390 source: hosted
391 version: "2.2.1"
392 + pointycastle:
393 + dependency: transitive
394 + description:
395 + name: pointycastle
396 + url: "https://pub.dartlang.org"
397 + source: hosted
398 + version: "2.0.1"
399 pool:
400 dependency: transitive
401 description:
@@ -477,7 +498,7 @@ packages:
498 name: time
499 url: "https://pub.dartlang.org"
500 source: hosted
480 - version: "2.1.0"
501 + version: "1.4.1"
502 timing:
503 dependency: transitive
504 description:
scripts/android/app_env.sh
+2 -2
@@ -19,8 +19,8 @@ MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
19 MONERO_COM_PACKAGE="com.monero.app"
20
21 CAKEWALLET_NAME="Cake Wallet"
22 -CAKEWALLET_VERSION="4.3.0"
23 -CAKEWALLET_BUILD_NUMBER=71
22 +CAKEWALLET_VERSION="4.3.1"
23 +CAKEWALLET_BUILD_NUMBER=72
24 CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet"
25 CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet"
26
scripts/ios/app_env.sh
+2 -2
@@ -17,8 +17,8 @@ MONERO_COM_BUILD_NUMBER=6
17 MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
18
19 CAKEWALLET_NAME="Cake Wallet"
20 -CAKEWALLET_VERSION="4.3.0"
21 -CAKEWALLET_BUILD_NUMBER=72
20 +CAKEWALLET_VERSION="4.3.1"
21 +CAKEWALLET_BUILD_NUMBER=73
22 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
23
24 if ! [[ " ${TYPES[*]} " =~ " ${APP_IOS_TYPE} " ]]; then