Merge pull request #6010 from BlueWallet/renovate/detox-20.x

Update dependency detox to v20.16.0
This commit is contained in:
GLaDOS 2024-01-14 16:40:41 +00:00 committed by GitHub
commit 77f7971187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

14
package-lock.json generated
View file

@ -42,7 +42,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.2.0",
"dayjs": "1.11.10",
"detox": "20.15.0",
"detox": "20.16.0",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "https://github.com/BlueWallet/rn-electrum-client#76c0ea35e1a50c47f3a7f818d529ebd100161496",
@ -9337,9 +9337,9 @@
}
},
"node_modules/detox": {
"version": "20.15.0",
"resolved": "https://registry.npmjs.org/detox/-/detox-20.15.0.tgz",
"integrity": "sha512-kuZ/54Cw71bm0WsReMHA1jUF+D2PjcWhoSB6Ot9DPfiRV/ADuNzzVnqT8pmLKMWr7YEarPf1Vf6Kq/wbk1KdCA==",
"version": "20.16.0",
"resolved": "https://registry.npmjs.org/detox/-/detox-20.16.0.tgz",
"integrity": "sha512-3gxIHdXW7uBGvZgN6/A2WakJO0Ocbw1nmTDMP4AUNDs7LWntZi8oEJI5/drOqianGog8lftOTGpFN94PpRlY6g==",
"hasInstallScript": true,
"dependencies": {
"ajv": "^8.6.3",
@ -29496,9 +29496,9 @@
"dev": true
},
"detox": {
"version": "20.15.0",
"resolved": "https://registry.npmjs.org/detox/-/detox-20.15.0.tgz",
"integrity": "sha512-kuZ/54Cw71bm0WsReMHA1jUF+D2PjcWhoSB6Ot9DPfiRV/ADuNzzVnqT8pmLKMWr7YEarPf1Vf6Kq/wbk1KdCA==",
"version": "20.16.0",
"resolved": "https://registry.npmjs.org/detox/-/detox-20.16.0.tgz",
"integrity": "sha512-3gxIHdXW7uBGvZgN6/A2WakJO0Ocbw1nmTDMP4AUNDs7LWntZi8oEJI5/drOqianGog8lftOTGpFN94PpRlY6g==",
"requires": {
"ajv": "^8.6.3",
"bunyan": "^1.8.12",

View file

@ -126,7 +126,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.2.0",
"dayjs": "1.11.10",
"detox": "20.15.0",
"detox": "20.16.0",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "https://github.com/BlueWallet/rn-electrum-client#76c0ea35e1a50c47f3a7f818d529ebd100161496",

View file

@ -19,5 +19,5 @@ sed -i'.original' "s/versionCode 1/versionCode $TIMESTAMP/g" app/build.gradle
mv ./app/build/outputs/apk/release/app-release-unsigned.apk ./app/build/outputs/apk/release/app-release.apk
echo wheres waldo?
find $ANDROID_HOME | grep apksigner | grep -v jar
$ANDROID_HOME/build-tools/30.0.2/apksigner sign --ks ./bluewallet-release-key.keystore --ks-pass=pass:$KEYSTORE_PASSWORD ./app/build/outputs/apk/release/app-release.apk
$ANDROID_HOME/build-tools/34.0.0/apksigner sign --ks ./bluewallet-release-key.keystore --ks-pass=pass:$KEYSTORE_PASSWORD ./app/build/outputs/apk/release/app-release.apk

View file

@ -14,5 +14,5 @@ cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=rele
echo wheres waldo?
find $ANDROID_HOME | grep apksigner | grep -v jar
mv ./android/app/build/outputs/apk/release/app-release-unsigned.apk ./android/app/build/outputs/apk/release/app-release.apk
$ANDROID_HOME/build-tools/30.0.2/apksigner sign --ks detox.keystore --ks-pass=pass:123456 ./android/app/build/outputs/apk/release/app-release.apk
$ANDROID_HOME/build-tools/30.0.2/apksigner sign --ks detox.keystore --ks-pass=pass:123456 ./android/app/build/outputs/apk/androidTest/release/app-release-androidTest.apk
$ANDROID_HOME/build-tools/34.0.0/apksigner sign --ks detox.keystore --ks-pass=pass:123456 ./android/app/build/outputs/apk/release/app-release.apk
$ANDROID_HOME/build-tools/34.0.0/apksigner sign --ks detox.keystore --ks-pass=pass:123456 ./android/app/build/outputs/apk/androidTest/release/app-release-androidTest.apk