Skip to content

Commit

Permalink
v7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Nov 2, 2020
1 parent 6649b55 commit a157267
Show file tree
Hide file tree
Showing 2 changed files with 9 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="70101"
android:versionName="7.1.0">
android:versionCode="70200"
android:versionName="7.2">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
7 changes: 7 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Dash Wallet
v7.2.0
* Enhance Forgot PIN feature from Lock Screen
* Update translations
* Built for SDK 29 (Android 10)
* Update dependencies
* Use DashJ 0.17.5 (uses protobuf-javalite)

v7.1.0
* Use DashJ 0.17.4 (full chainlock support, Dash Core 0.16 updates)
* BIP70: don't send tx if rejected by payment server
Expand Down

0 comments on commit a157267

Please sign in to comment.