Skip to content

Commit

Permalink
4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Apr 20, 2015
1 parent a1fcc06 commit 9c33133
Show file tree
Hide file tree
Showing 3 changed files with 8 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="214"
android:versionName="4.24-test" >
android:versionCode="215"
android:versionName="4.25-test" >

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

* Update android-maven-plugin to 4.2.0, so we can use AARs.
* Bugfixes.

v4.24

* Use action bar submenu for filtering wallet transactions, rather than a ViewPager.
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.24-test</version>
<version>4.25-test</version>
<name>Bitcoin Wallet</name>

<parent>
Expand Down

0 comments on commit 9c33133

Please sign in to comment.