update de.schildbach.wallet_test too

This commit is contained in:
David Black 2013-05-09 11:51:21 +01:00
parent c491051ad2
commit 182d53bee4
2 changed files with 11 additions and 15 deletions

View file

@ -18,6 +18,7 @@ The apk is not debuggable, however.
.
# BitcoinJWallet (author's fork) is rebased each version so old commits wont work
# Patch may need re-doing also
Repo Type:git
Repo:https://code.google.com/p/bitcoin-wallet/
@ -49,10 +50,14 @@ Build Version:3.01-test,121,v3.01,maven=yes,patch=pom.patch,\
bindir=wallet/target,srclibs=BitcoinJWallet@1649520e3183,prebuild=\
sed -i '54 i \\tandroid:debuggable=\"false\"' wallet/AndroidManifest.xml && \
cp -r $$BitcoinJWallet$$/ . && rm -rf market/
Build Version:3.04,124,v3.0.4,maven=yes,patch=pom.patch,\
bindir=wallet/target,srclibs=BitcoinJWallet@7cb7bfc11c11,prebuild=\
cp -r $$BitcoinJWallet$$/ . && rm -rf market/
# Do other wallet app first
Auto Update Mode:None
# Just use main wallet app
# Just follow main wallet app
Update Check Mode:Static
Current Version:3.01-test
Current Version Code:121
Current Version:3.04-test
Current Version Code:124

View file

@ -9,7 +9,7 @@ index 161602f..3f49016 100644
- <artifactId>base</artifactId>
- <version>1</version>
+ <artifactId>wallet-parent</artifactId>
+ <version>3.01</version>
+ <version>3.04</version>
</parent>
<dependencies>
@ -26,7 +26,7 @@ index c26e0db..723fa26 100644
- <version>1</version>
+ <artifactId>wallet-parent</artifactId>
+ <name>wallet-parent</name>
+ <version>3.01</version>
+ <version>3.04</version>
<packaging>pom</packaging>
<modules>
@ -49,16 +49,7 @@ index 9e13ad5..a10247d 100644
- <artifactId>base</artifactId>
- <version>1</version>
+ <artifactId>wallet-parent</artifactId>
+ <version>3.01</version>
+ <version>3.04</version>
</parent>
<dependencies>
@@ -53,7 +53,7 @@
<dependency>
<groupId>de.schildbach.wallet</groupId>
<artifactId>bitcoinj</artifactId>
- <version>0.8</version>
+ <version>0.8-SNAPSHOT</version>
</dependency>
<!-- de.schildbach.wallet.integration.android.* -->