File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,22 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6- ## [ 4.1.3] - 2024-01-09
6+ ## [ 4.1.4] - 2025-01-28
7+
8+ ### Changed
9+ - Support Improvements
10+ - Various bug fixes
11+
12+ ### Fixed
13+ - Fix amounts in tx list not releaved after clicking eye icon
14+
15+ ## [ 4.1.3] - 2025-01-09
716
817### Changed
918- Update dependencies
1019- Various bug fixes
1120
12- ## [ 4.1.2] - 2024 -01-03
21+ ## [ 4.1.2] - 2025 -01-03
1322
1423### Added
1524- Bump GDK to version 0.74.2
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ android {
4040 defaultConfig {
4141 minSdk = libs.versions.androidMinSdk.get().toInt()
4242 targetSdk = libs.versions.androidTargetSdk.get().toInt()
43- versionCode = 442
44- versionName = " 4.1.3 "
43+ versionCode = 443
44+ versionName = " 4.1.4 "
4545
4646 setProperty(" archivesBaseName" , " BlockstreamGreen-v$versionName " )
4747 proguardFiles(getDefaultProguardFile(" proguard-android-optimize.txt" ), " proguard-rules.pro" )
You can’t perform that action at this time.
0 commit comments