From c6f0fa0253191cf1d3e0dc82bba8b8da5da9588f Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 7 Dec 2016 16:38:30 +0100 Subject: [PATCH] Update Bitcoin to 5.07 (287) --- 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 4136dcf41d..97f4dc04ed 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -738,6 +738,16 @@ Build:5.06,286 scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml +Build:5.07,287 + commit=dce8c6a953c3c96ee48b42037f31418f10b9dc30 + 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.