parent
e50442658a
commit
2eb19586d5
|
@ -13,6 +13,7 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
|||
improve the successful scanning chance by the Keystone device
|
||||
- The block synchronization progress logic has been changed to return an uncompleted percentage in case the
|
||||
`Synchronizer` is still in the `SYNCING` state
|
||||
- The Keystone SDK has been updated to version `0.7.10`, which brings a significant QR codes scanning improvement
|
||||
|
||||
### Fixed
|
||||
- The Disconnected popup trigger when the app is backgrounded has been fixed
|
||||
|
|
|
@ -19,6 +19,7 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
improve the successful scanning chance by the Keystone device
|
||||
- The block synchronization progress logic has been changed to return an uncompleted percentage in case the
|
||||
`Synchronizer` is still in the `SYNCING` state
|
||||
- The Keystone SDK has been updated to version `0.7.10`, which brings a significant QR codes scanning improvement
|
||||
|
||||
### Fixed
|
||||
- The Disconnected popup trigger when the app is backgrounded has been fixed
|
||||
|
|
|
@ -19,6 +19,7 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
improve the successful scanning chance by the Keystone device
|
||||
- The block synchronization progress logic has been changed to return an uncompleted percentage in case the
|
||||
`Synchronizer` is still in the `SYNCING` state
|
||||
- The Keystone SDK has been updated to version `0.7.10`, which brings a significant QR codes scanning improvement
|
||||
|
||||
### Fixed
|
||||
- The Disconnected popup trigger when the app is backgrounded has been fixed
|
||||
|
|
|
@ -196,6 +196,7 @@ CORE_LIBRARY_DESUGARING_VERSION=2.1.2
|
|||
FIREBASE_BOM_VERSION_MATCHER=33.1.1
|
||||
GOOGLE_AUTH_LIB_JAVA_VERSION=1.18.0
|
||||
JACOCO_VERSION=0.8.12
|
||||
KEYSTONE_VERSION=0.7.10
|
||||
KOTLIN_VERSION=1.9.23
|
||||
KOTLINX_COROUTINES_VERSION=1.8.0
|
||||
KOTLINX_DATETIME_VERSION=0.5.0
|
||||
|
@ -213,7 +214,6 @@ ZCASH_ANDROID_WALLET_PLUGINS_VERSION=1.0.0
|
|||
ZXING_VERSION=3.5.3
|
||||
ZIP_321_VERSION = 0.0.6
|
||||
ZCASH_BIP39_VERSION=1.0.8
|
||||
KEYSTONE_VERSION=0.7.8
|
||||
|
||||
FLEXA_VERSION=1.0.9
|
||||
|
||||
|
|
Loading…
Reference in New Issue