Daniel Andrei R. Garcia
Daniel Andrei R. Garcia
Will attempt that after I try this approach with creating a dummy google-services.json file ``` { "project_info": { "project_number": "123456789012", "firebase_url": "https://one-mixin-messenger.firebaseio.com", "project_id": "one-mixin-messenger", "storage_bucket": "one-mixin-messenger.appspot.com" }, "client": [ {...
I modified the `verify-mixin-apk.sh` to skip the adb processing portion (since I am doing this on a remote debian server). ``` #!/bin/bash set -e cd "$(git rev-parse --show-toplevel)" echo "Skipping...
Modified your script, with: ``` #!/bin/bash # verify-mixin-aab.sh # # This script builds an AAB (Android App Bundle) for Mixin Messenger from source. # # Note: A known issue with...
Manual build fails as well [build004](https://gist.github.com/xrviv/234a317c2fa9fbf6099e45364ba92566)
[build005 - master](https://gist.github.com/xrviv/9ac7b375097f51c1d12919ea871d1dae) I have to rest, been doing this for most of the day.
Any updates on this?
Hello, it's 2024, just thought I'd re-open this for re-verification.
version in repo is now more advanced than play. you may now close the issue
Just as an update, the previous tests, utilized only our [test.sh](https://gitlab.com/walletscrutiny/walletScrutinyCom/-/blob/master/test.sh) script. Keeper uses Android App Bundles (AABs) and then from there bundletool generates an app.apks >>> split apks depending...
Hi team 👋 We’ve performed another independent verification of the Bitcoin Keeper Android app (v2.3.1) as part of the [WalletScrutiny](https://walletscrutiny.com/) project. Our goal is to help ensure that wallet binaries...