update Bitcoin apps; change donation address
This commit is contained in:
parent
1547ca2b77
commit
2a1d71cead
|
@ -3,7 +3,7 @@ License:GPLv3
|
||||||
Web Site:http://code.google.com/p/bitcoin-wallet/
|
Web Site:http://code.google.com/p/bitcoin-wallet/
|
||||||
Source Code:http://code.google.com/p/bitcoin-wallet/source/list?name=prod
|
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:1GQs8ma4QktseTyhMh1FgPhC7KjoM9HH46
|
Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
|
||||||
|
|
||||||
Auto Name:Bitcoin
|
Auto Name:Bitcoin
|
||||||
Summary:Store digital currency
|
Summary:Store digital currency
|
||||||
|
@ -17,7 +17,7 @@ Description:
|
||||||
* Manages blockchain on your device
|
* Manages blockchain on your device
|
||||||
* System notifications for Bitcoin connectivity and received coins
|
* System notifications for Bitcoin connectivity and received coins
|
||||||
* App widget for Bitcoin balance
|
* App widget for Bitcoin balance
|
||||||
* Export private keys to local storage encrypted with a password
|
* Back up private keys to local storage encrypted with a password
|
||||||
|
|
||||||
A few tens of MiB must be downloaded to set up the blockchain and a couple
|
A few tens of MiB must be downloaded to set up the blockchain and a couple
|
||||||
more per month subsequently to keep it updated.
|
more per month subsequently to keep it updated.
|
||||||
|
@ -88,13 +88,20 @@ build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet-origin/pom.xml,\
|
||||||
maven=yes,\
|
maven=yes,\
|
||||||
bindir=wallet/target
|
bindir=wallet/target
|
||||||
|
|
||||||
|
Build Version:3.18,139,a78c08d4254e,\
|
||||||
|
srclibs=BitcoinJWallet@1134572f61,\
|
||||||
|
prebuild=sed -i '30\,33d' pom.xml && cp -r $$BitcoinJWallet$$/ . && \
|
||||||
|
rm -rf market/,\
|
||||||
|
build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml,\
|
||||||
|
maven=yes,\
|
||||||
|
bindir=wallet/target
|
||||||
|
|
||||||
# Build from prod (production) branch which cherry picks some old commits and commits after tags
|
# Build from prod (production) branch which cherry picks some old commits and commits after tags
|
||||||
# Use specific commit instead of git fetch origin && git checkout origin/prod
|
# Use specific commit instead of git fetch origin && git checkout origin/prod
|
||||||
# See wallet/README or git log for info about which BitcoinJ branch/tag to use
|
# See wallet/README or git log for info about which BitcoinJ branch/tag to use
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
# RM/Tags don't work
|
# RM/Tags don't work; also on gplay
|
||||||
#Update Check Mode:Market
|
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:3.15
|
Current Version:3.18
|
||||||
Current Version Code:136
|
Current Version Code:139
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,9 @@ License:GPLv3
|
||||||
Web Site:http://code.google.com/p/bitcoin-wallet/
|
Web Site:http://code.google.com/p/bitcoin-wallet/
|
||||||
Source Code:http://code.google.com/p/bitcoin-wallet/source/checkout
|
Source Code:http://code.google.com/p/bitcoin-wallet/source/checkout
|
||||||
Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
|
Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
|
||||||
Bitcoin:1GQs8ma4QktseTyhMh1FgPhC7KjoM9HH46
|
Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
|
||||||
|
|
||||||
Summary:Testing version of Bitcoin Wallet
|
Summary:Testing version of Bitcoin
|
||||||
Description:
|
Description:
|
||||||
A bitcoin wallet, allowing you to store, send and receive bitcoins on your
|
A bitcoin wallet, allowing you to store, send and receive bitcoins on your
|
||||||
device, both via QR codes and NFC. When run for the first time,
|
device, both via QR codes and NFC. When run for the first time,
|
||||||
|
@ -71,11 +71,19 @@ build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet-origin/pom.xml,\
|
||||||
maven=yes,\
|
maven=yes,\
|
||||||
bindir=wallet/target
|
bindir=wallet/target
|
||||||
|
|
||||||
|
Build Version:3.18-test,139,v3.18,\
|
||||||
|
srclibs=BitcoinJWallet@v0.10.1,\
|
||||||
|
prebuild=sed -i '30\,33d' pom.xml && cp -r $$BitcoinJWallet$$/ . && \
|
||||||
|
rm -rf market/,\
|
||||||
|
build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml,\
|
||||||
|
maven=yes,\
|
||||||
|
bindir=wallet/target
|
||||||
|
|
||||||
# Do other wallet app first: can use tags here because security is less important
|
# Do other wallet app first: can use tags here because security is less important
|
||||||
# Don't forget the version name though!
|
# Don't forget the version name though!
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
# Just follow main wallet app
|
# Just follow main wallet app
|
||||||
Update Check Mode:Static
|
Update Check Mode:Static
|
||||||
Current Version:3.15-test
|
Current Version:3.18-test
|
||||||
Current Version Code:135
|
Current Version Code:139
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue