Skip to content

Commit

Permalink
4.52
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schildbach committed May 6, 2016
1 parent 68ce510 commit 82d3a6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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="241"
android:versionName="4.51-test" >
android:versionCode="242"
android:versionName="4.52-test" >

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

* The network fee is now calculated on a per-byte basis, rather than per-kB. On average, this
means a lower fee!
* Based on bitcoinj 0.14.

v4.51

* Improve mechanism for setting a trusted peer and warn if its hostname cannot be resolved.
Expand Down

0 comments on commit 82d3a6e

Please sign in to comment.