Skip to content

Commit c652d29

Browse files
committed
releases: bump version code, add 4.37.1 changelog entry
v4.37.1 was a hotfix based on v4.37.0 with its own changelog entry and Android version code. For v4.38.0 we need to bump the version code to avoid a collision.
1 parent c3f3d49 commit c652d29

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- Changed Litecoin block explorer to Blockchair
1414
- Show notes in coin control
1515

16+
## 4.37.1
17+
- Fix BitBoxApp crash when processing BTC/LTC transactions containing too large witness items
18+
1619
## 4.37.0
1720
- Bundle BitBox02 firmware version v9.14.0
1821
- Enable auto HiDPI scaling to correctly manage scale factor on high density screens

frontends/android/BitBoxApp/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
applicationId "ch.shiftcrypto.bitboxapp"
88
minSdkVersion 21
99
targetSdkVersion 33
10-
versionCode 43
10+
versionCode 44
1111
versionName "android-4.38.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}

0 commit comments

Comments
 (0)