Update Bitcoin to 4.50 (240)

This commit is contained in:
Boris Kraut 2016-04-11 14:55:31 +02:00
parent e3da2d0a63
commit 07a73fff79

View file

@ -488,6 +488,16 @@ Build:4.49,239
scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:4.50,240
commit=484bd90d8df6902eca801a96b27583f03841f4a7
subdir=wallet
gradle=yes
srclibs=BitcoinJWallet@v0.13.6
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml
scanignore=wallet/assets/ssl-keystore
scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
Maintainer Notes:
See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use.
Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.