Update Bitcoin to 3.59 (180)
This commit is contained in:
parent
9967952b9a
commit
000926f461
|
@ -162,6 +162,16 @@ Build:3.52,173
|
||||||
srclibs=BitcoinJWallet@v0.11.3
|
srclibs=BitcoinJWallet@v0.11.3
|
||||||
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
|
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
|
||||||
|
|
||||||
|
#v3.59 - "test" = b8761490836e2fa14b959f375483b138bfd5c792
|
||||||
|
Build:3.59,180
|
||||||
|
commit=v3.59
|
||||||
|
subdir=wallet
|
||||||
|
maven=yes@..
|
||||||
|
srclibs=BitcoinJWallet@v0.11.3
|
||||||
|
prebuild=find . -iname *.java | xargs sed -i -e 's/de.schildbach.wallet_test/de.schildbach.wallet/g' && \
|
||||||
|
sed -i -e 's/de.schildbach.wallet_test/de.schildbach.wallet/g' -e 's/-test//g' pom.xml AndroidManifest.xml
|
||||||
|
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
|
||||||
|
|
||||||
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.
|
||||||
|
@ -177,8 +187,8 @@ approach to building this in future.
|
||||||
Update the _test app as well.
|
Update the _test app as well.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:RepoManifest/prod
|
Update Check Mode:RepoManifest/prod
|
||||||
Current Version:3.58
|
Current Version:3.59
|
||||||
Current Version Code:179
|
Current Version Code:180
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue