Update Bitcoin to 5.23 (303), closes #751

This commit is contained in:
Boris Kraut 2017-06-11 13:06:44 +02:00
parent dc1e01a4a2
commit bf6f77b891

View file

@ -842,6 +842,14 @@ Build:5.21,301
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
Build:5.23,303
commit=a240ca670c8ee1fd8827fc5229b0d9e759ba497e
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.