Skip to content

Commit

Permalink
7.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schildbach committed Oct 27, 2019
1 parent 07e25d5 commit dcc3b20
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -4,8 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.schildbach.wallet"
android:installLocation="internalOnly"
android:versionCode="422"
android:versionName="7.22">
android:versionCode="423"
android:versionName="7.23">

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

* Update Android Gradle plugin to 3.1.0.
This means it doesn't build reproducably without external help like 'disorderfs'.
See https://issuetracker.google.com/issues/110237303
* Modernize the sample-integration-android subproject a bit.
* Various small bugfixes.

v7.22

* Fix issue with confirmation of transactions that empty your wallet.
Expand Down

0 comments on commit dcc3b20

Please sign in to comment.