We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15cc84 commit e04fe53Copy full SHA for e04fe53
RELEASE_NOTES.md
@@ -1,6 +1,6 @@
1
# Release Notes
2
3
-## 1.4.2
+## 1.5.0
4
- Fixed non-canonical integer error in signature
5
- Fixed "128" transaction
6
- Added ability to copy address from transaction
app/build.gradle
@@ -54,7 +54,7 @@ android {
54
minSdkVersion minterMinSdk
55
targetSdkVersion minterMaxSdk
56
versionCode 85
57
- versionName "1.4.2"
+ versionName "1.5.0"
58
testInstrumentationRunner "network.minter.bipwallet.tests.internal.WalletTestRunner"
59
vectorDrawables.useSupportLibrary = true
60
multiDexEnabled true
0 commit comments