This release fixes several issues with the app startup that could trigger crashes.
Translations
This release also adds translations to Brazilian Portuguese and Dutch. Thanks @bitcoinuser, @M-BTC and @mautematico .
Deterministic build
The APK is built deterministically using Ubuntu 19.10. Follow these instructions to build the APK locally: https://github.com/ACINQ/phoenix/blob/master/BUILD.md
You should find this hash for the (unsigned) universal release:
bb0306f8f71b06fe4280152137fd9689c25e3e5d9706d5943cdd8a9611690787 outputs/apk/release/phoenix-11-1.3.1-mainnet-universal-release.apk
Complete list of changes
- app: v1.3.0...v1.3.1
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
To import our signing key:
$ gpg --import drouinf.asc
To verify the release file checksums and signatures:
$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped