Skip to content

Commit

Permalink
v7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Mar 28, 2020
1 parent c2b794f commit 08e361e
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 @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schildbach.wallet_test"
android:installLocation="internalOnly"
android:versionCode="70008"
android:versionName="7.0.3">
android:versionCode="70009"
android:versionName="7.0.4">

<!-- 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.0.4
* Fix clipboard issues with Android 10
* Payments/Send screen updates with changes in clipboard
* Fix upgrade crash from v6 apps without a PIN
* Fix upgrade crash from when PIN is entered incorrectly 3 times and app goes to background

v7.0.3
* Fix start up crash in Blockchain Service

Expand Down

0 comments on commit 08e361e

Please sign in to comment.