From a5dc29f119492bc010867b9dbd96de6fc6b578a2 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Fri, 3 Feb 2017 15:07:13 +0100 Subject: [PATCH] Update Bitcoin to 5.13 (293) --- metadata/de.schildbach.wallet.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt index 860f2c80b7..2c32160e8a 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -788,6 +788,16 @@ Build:5.12,292 scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml +Build:5.13,293 + commit=c1cb36882a98e2f9d918cb4c173202674fcb42b0 + subdir=wallet + gradle=yes + srclibs=BitcoinJWallet@v0.14.3 + prebuild=sed -i -e '/examples/d' -e '/tools/d' -e '/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.