Update Bitcoin to 5.0 (280)

This commit is contained in:
Boris Kraut 2016-10-08 14:06:52 +02:00
parent 31868c0fe8
commit a4c1580bdc

View file

@ -678,6 +678,16 @@ Build:4.72,262
scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:5.0,280
commit=4c59d1f380162372a7bd002aa72a89683c3ac486
subdir=wallet
gradle=yes
srclibs=BitcoinJWallet@v0.14.3
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml && \
echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
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.