Skip to content

Commit d7ce874

Browse files
committed
Release 5.0.3
1 parent 403b137 commit d7ce874

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [5.0.3] - 2025-06-13
77

88
#### Fixed
99
- Make QR pin unlock screen scrollable to support larger font sizes
10+
- Fix inconsistent asset card heights when fiat values are missing
11+
- Fix vertical alignment of asset balance when fiat value is missing
12+
- Fix app behavior during onboarding when no fingerprints are enrolled
13+
- Fix navigation to Transact after send
14+
- Fix login with a single hardware wallet non watch-only
15+
- Fix crash introduced in 5.0.0
1016

1117
## [5.0.0] - 2025-05-26
1218

androidApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343
defaultConfig {
4444
minSdk = libs.versions.androidMinSdk.get().toInt()
4545
targetSdk = libs.versions.androidTargetSdk.get().toInt()
46-
versionCode = 500
47-
versionName = "5.0.0"
46+
versionCode = 503
47+
versionName = "5.0.3"
4848

4949
setProperty("archivesBaseName", "BlockstreamGreen-v$versionName")
5050
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")

0 commit comments

Comments
 (0)