pins the barcode scanner aar used in the android build and its 2 dependencies to a sha256 hash using a script `fetch_barcode_scanner.sh` which is called in the process of building the apk by `make_apk.sh`. It fetches the 3 aar files if not already existing, puts them in `/contrib/android/aars` and verifies their shasum against the hardcoded hashes in `fetch_barcode_scanner.sh`.
54 lines
810 B
Plaintext
54 lines
810 B
Plaintext
.git/
|
|
####-*.patch
|
|
**/*.pyc
|
|
*.swp
|
|
build/
|
|
dist/
|
|
*.egg/
|
|
Electrum.egg-info/
|
|
.devlocaltmp/
|
|
*_trial_temp
|
|
packages
|
|
env/
|
|
.buildozer
|
|
.buildozer_*/
|
|
bin/
|
|
/app.fil
|
|
.idea
|
|
.mypy_cache
|
|
.vscode
|
|
electrum_data
|
|
.DS_Store
|
|
contrib/trigger_website
|
|
contrib/trigger_binaries
|
|
|
|
# tests/tox
|
|
.tox/
|
|
.cache/
|
|
.coverage
|
|
.pytest_cache
|
|
|
|
# build workspaces
|
|
contrib/build-wine/tmp/
|
|
contrib/build-wine/build/
|
|
contrib/build-wine/.cache/
|
|
contrib/build-wine/dist/
|
|
contrib/build-wine/signed/
|
|
contrib/build-linux/appimage/build/
|
|
contrib/build-linux/appimage/.cache/
|
|
contrib/osx/.cache/
|
|
contrib/osx/build-venv/
|
|
contrib/android/android_debug.keystore
|
|
contrib/android/.cache/
|
|
contrib/secp256k1/
|
|
contrib/zbar/
|
|
contrib/libusb/
|
|
contrib/.venv_make_packages/
|
|
|
|
# shared objects
|
|
electrum/*.so
|
|
electrum/*.so.*
|
|
electrum/*.dll
|
|
electrum/*.dylib
|
|
contrib/osx/*.dylib
|