Bitcoin (de.schildbach.wallet): update to 3.24, fix 3.23 name properly
This commit is contained in:
parent
0575bd2572
commit
adae4a5595
|
|
@ -5,6 +5,7 @@ Source Code:http://code.google.com/p/bitcoin-wallet/source/list?name=prod
|
||||||
Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
|
Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
|
||||||
Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
|
Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
|
||||||
|
|
||||||
|
Name:Bitcoin
|
||||||
Auto Name:Bitcoin
|
Auto Name:Bitcoin
|
||||||
Summary:Store digital currency
|
Summary:Store digital currency
|
||||||
Description:
|
Description:
|
||||||
|
|
@ -133,20 +134,32 @@ Build:3.22,143
|
||||||
rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml
|
rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml
|
||||||
build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml
|
build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml
|
||||||
|
|
||||||
Build:3.23,144
|
build:3.23,144
|
||||||
|
commit=b75b225c7289
|
||||||
|
subdir=wallet
|
||||||
|
maven=yes@..
|
||||||
|
srclibs=bitcoinjwallet@v0.10.2
|
||||||
|
prebuild=cp -r $$bitcoinjwallet$$/ . && \
|
||||||
|
rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml
|
||||||
|
build=$$mvn3$$ clean install -dskiptests -f bitcoinjwallet/pom.xml
|
||||||
|
|
||||||
|
build:3.24,145
|
||||||
commit=809f71ff9d70
|
commit=809f71ff9d70
|
||||||
subdir=wallet
|
subdir=wallet
|
||||||
maven=yes@..
|
maven=yes@..
|
||||||
srclibs=BitcoinJWallet@v0.10.2
|
srclibs=bitcoinjwallet@v0.10.3
|
||||||
prebuild=cp -r $$BitcoinJWallet$$/ . && \
|
prebuild=cp -r $$bitcoinjwallet$$/ . && \
|
||||||
rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml
|
rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml
|
||||||
build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.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.
|
||||||
|
|
||||||
Update the _test app as well.
|
Update the _test app as well.
|
||||||
|
|
||||||
|
Name is forced because sometimes the developer leaves the wrong (testnet) name
|
||||||
|
in the prod branch.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue