From 3811d9da3bb0af36b883d1720b26e9ab86a182fb Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Fri, 23 Dec 2016 13:41:18 +0100 Subject: [PATCH] Update Bitcoin Wallet [testnet3] to 5.10-test (290) --- metadata/de.schildbach.wallet_test.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/metadata/de.schildbach.wallet_test.txt b/metadata/de.schildbach.wallet_test.txt index d7744a49b8..7f594e94cf 100644 --- a/metadata/de.schildbach.wallet_test.txt +++ b/metadata/de.schildbach.wallet_test.txt @@ -738,6 +738,16 @@ Build:5.08-test,288 scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml +Build:5.10-test,290 + commit=v5.10 + 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 + scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet + build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml + Maintainer Notes: Do other wallet app first: can use tags here because security is less important. Don't forget the version name though!