diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt index f1132efabc..e9acc46ae7 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -67,14 +67,14 @@ prebuild=\ cd ../integration-android && mvn3 install && cd ../wallet && \ mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_r2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-10/android.jar && \ mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar + # Build from prodnet branch which cherry picks some old commits and commits after tags # Next version will be coming from bitcoinj-0.8-prodnet branch -> master or prodnet -Build Version:2.48,115,!Wait for 3.0 41dc87f5ec,maven=yes,bindir=wallet/target,\ +# Crashes on startup: java.lang.NoClassDefFoundError: com.google.bitcoin.core.NetworkParameters +Build Version:2.48,115,!WIP 41dc87f5ec,maven=yes,bindir=wallet/target,\ srclibs=BitcoinJWallet@release-0.7,prebuild=rm -rf market/ && \ sed -i '57 i \\tprovided' wallet/pom.xml && \ -$$MVN3$$ install -f $$BitcoinJWallet$$/pom.xml && \ -$$MVN3$$ install:install-file -DgroupId=com.google -DartifactId=bitcoinj -Dversion=0.7.3 \ --Dpackaging=jar -Dfile=$$BitcoinJWallet$$/core/target/bitcoinj-0.7.3.jar +$$MVN3$$ clean install -f $$BitcoinJWallet$$/pom.xml Auto Update Mode:None # RM/Tags don't work diff --git a/metadata/de.schildbach.wallet_test.txt b/metadata/de.schildbach.wallet_test.txt index 7776fb6abf..fb0e89a230 100644 --- a/metadata/de.schildbach.wallet_test.txt +++ b/metadata/de.schildbach.wallet_test.txt @@ -4,17 +4,18 @@ Web Site:http://code.google.com/p/bitcoin-wallet/ Source Code:http://code.google.com/p/bitcoin-wallet/source/checkout Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list +Name:Bitcoin Wallet Test Summary:Testing version of Bitcoin Wallet app Description: A bitcoin wallet, allowing you to store, send and receive bitcoins on your device, both via QR codes and NFC. The initial blockchain setup, the thing which keeps track of all the transactions on the network, requires a lot of data so you'd better use a wifi access point. When run for the first time, -it can happen that the app shows only a white display for some seconds. This is - normal. +it can happen that the app shows only a white display for some seconds. +This is normal. -This is a test version that uses the test Bitcoin network, not the real -one. +This is a test version of [[de.schildbach.wallet]] +that uses the test Bitcoin network, not the real one. [http://code.google.com/p/bitcoin-wallet/source/browse/wallet/CHANGES Changelog] . @@ -46,12 +47,11 @@ cd $$BitcoinJWallet$$ && $$MVN3$$ install && cd - && \ cd ../integration-android && $$MVN3$$ install && cd ../wallet && \ mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_r2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-10/android.jar && \ mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar -Build Version:2.48-test,115,v2.48,subdir=wallet,maven=yes,bindir=wallet/target,\ -srclibs=BitcoinJWallet@release-0.7,init=\ -sed -i '57 i \\tprovided' wallet/pom.xml,build=\ -$$MVN3$$ install -f $$BitcoinJWallet$$/pom.xml && \ -$$MVN3$$ install:install-file -DgroupId=com.google -DartifactId=bitcoinj -Dversion=0.7.3 \ --Dpackaging=jar -Dfile=$$BitcoinJWallet$$/core/target/bitcoinj-0.7.3.jar +# Crashes on startup: java.lang.NoClassDefFoundError: com.google.bitcoin.core.NetworkParameters +Build Version:2.48-test,115,!WIP (at v2.48),maven=yes,bindir=wallet/target,\ +srclibs=BitcoinJWallet@release-0.7,prebuild=\ +sed -i '57 i \\tprovided' wallet/pom.xml && \ +$$MVN3$$ clean install -f $$BitcoinJWallet$$/pom.xml Auto Update Mode:None # Just use main wallet app