Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Feb 10, 2015
1 parent ac6f40e commit c948377
Show file tree
Hide file tree
Showing 3 changed files with 7 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="208"
android:versionName="4.18-test" >
android:versionCode="209"
android:versionName="4.19-test" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
4 changes: 4 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v4.19

* Remove donate action.

v4.18

* Show and share extended public key. This can be used to grant read-only access to your 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>4.18-test</version>
<version>4.19-test</version>
<name>Bitcoin Wallet</name>

<parent>
Expand Down

0 comments on commit c948377

Please sign in to comment.