Skip to content

Commit

Permalink
v7.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jul 19, 2021
1 parent d11c9e5 commit 81d1fbf
Show file tree
Hide file tree
Showing 2 changed files with 7 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="70260"
android:versionName="7.2.6">
android:versionCode="70270"
android:versionName="7.2.7">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
5 changes: 5 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Dash Wallet

v7.2.7
* When paying via another app with BIP70, the Lock Screen does not appear (bug from 7.2.4)
* Lock Screen accepts fingerprints where previously it only accepted the fingerprint once time (bug from 7.2.4)

v7.2.6
* When autologout is off, then the app doesn't ask for PIN when starting (bug from 7.2.4)
* When paying via another app, the Lock Screen does not appear (bug from 7.2.4)
Expand Down

0 comments on commit 81d1fbf

Please sign in to comment.