Bitcoin wallet update v5.25

This commit is contained in:
Andreas Schildbach 2017-07-27 19:00:54 +00:00 committed by Michel Le Bihan
parent 0340c4b149
commit a27127e31f
2 changed files with 15 additions and 12 deletions

View file

@ -855,18 +855,14 @@ Build:5.23,303
sed -i -e "s,url 'https://maven.google.com',url 'https://jitpack.io',g" build.gradle ../build.gradle sed -i -e "s,url 'https://maven.google.com',url 'https://jitpack.io',g" build.gradle ../build.gradle
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
Maintainer Notes: Build:5.25,305
See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use. commit=v5.25-prod
Use latest commit in 'prod' branch, which is a rebase on top of the latest tag. subdir=wallet
gradle=yes
Note also that the 'prod:' commits seem to disappear, as if the developer is prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
removing them and force-pushing the branch. We need to take an alternative scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
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
Update Check Mode:RepoManifest/prod Update Check Mode:RepoManifest/prod
Current Version:5.24 Current Version:5.25
Current Version Code:304 Current Version Code:305

View file

@ -849,6 +849,13 @@ Build:5.24-test,304
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.25-test,305
commit=v5.25
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
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:5.25-test Current Version:5.25-test