Skip to content

Commit

Permalink
v7.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jun 30, 2021
1 parent f1c931c commit 05adb3e
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="70250"
android:versionName="7.2.5">
android:versionCode="70260"
android:versionName="7.2.6">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
6 changes: 6 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Dash Wallet
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)
* Support Android 11
* New interface for restoring a backup file during onboarding

v7.2.5
* Use DashJ 0.17.7 to support Dash Core 0.17
* Enable backup/restore on Android 10*
Expand Down

0 comments on commit 05adb3e

Please sign in to comment.