Update Bitcoin to 5.21 (301)

This commit is contained in:
Boris Kraut 2017-05-26 14:50:50 +02:00
parent 6cc14c7041
commit 476aee1f1c

View file

@ -827,12 +827,21 @@ Build:5.18,298
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
Build:5.20,300
disable=build fails
commit=d9dca34833ba3ceb56b222347550aad083032ceb
subdir=wallet
gradle=yes
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
Build:5.21,301
commit=d07616ca547b7418a2692faefef833cff05520d0
subdir=wallet
gradle=yes
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle && \
sed -i -e "s,url 'https://maven.google.com',url 'https://jitpack.io',g" build.gradle ../build.gradle
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
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.