From 0c881fad433673077338a2a98908a72d4a53456b Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 26 Oct 2016 13:31:22 +0200 Subject: [PATCH] Update Bitcoin to 5.01 (281) --- 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 02dc34ca83..fd4e22470c 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -688,6 +688,16 @@ Build:5.0,280 scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml +Build:5.01,281 + commit=9298809db53225bb90633ea3fec87d0fd975db70 + 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.