Update Bitcoin to 5.18 (298)
This commit is contained in:
parent
c546db4608
commit
a214411493
|
@ -819,6 +819,13 @@ Build:5.17,297
|
||||||
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
|
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
|
||||||
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
|
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
|
||||||
|
|
||||||
|
Build:5.18,298
|
||||||
|
commit=f596982c252462e350a4dbf24dc951d414db6fbc
|
||||||
|
subdir=wallet
|
||||||
|
gradle=yes
|
||||||
|
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
|
||||||
|
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use.
|
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.
|
Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.
|
||||||
|
@ -826,6 +833,8 @@ Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.
|
||||||
Note also that the 'prod:' commits seem to disappear, as if the developer is
|
Note also that the 'prod:' commits seem to disappear, as if the developer is
|
||||||
removing them and force-pushing the branch. We need to take an alternative
|
removing them and force-pushing the branch. We need to take an alternative
|
||||||
approach to building this in future.
|
approach to building this in future.
|
||||||
|
|
||||||
|
Pick last from https://github.com/bitcoin-wallet/bitcoin-wallet/commits/prod
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
Loading…
Reference in a new issue