Skip to content

Commit

Permalink
3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Aug 20, 2013
1 parent 3acca70 commit 09ded42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.schildbach.wallet_test"
android:installLocation="internalOnly"
android:versionCode="138"
android:versionName="3.17-test" >
android:versionCode="139"
android:versionName="3.18-test" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
7 changes: 7 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ keep your old backups around just in case.
More info: http://bitcoin.org/en/alert/2013-08-11-android


v3.18

* Indonesian translation
* bluetooth offline transactions
* revamp of qr-code and nfc based offline transactions
* remove transaction details screen, link to blockexplorer.com instead

v3.17

* fixed issue with emptying wallet
Expand Down
2 changes: 1 addition & 1 deletion wallet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>wallet</artifactId>
<packaging>apk</packaging>
<version>3.17-test</version>
<version>3.18-test</version>
<name>Bitcoin Wallet</name>

<parent>
Expand Down

0 comments on commit 09ded42

Please sign in to comment.