Skip to content

Commit

Permalink
releases: bump version code, add 4.37.1 changelog entry
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
benma committed Jun 28, 2023
1 parent c3f3d49 commit c652d29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- Changed Litecoin block explorer to Blockchair
- Show notes in coin control

## 4.37.1
- Fix BitBoxApp crash when processing BTC/LTC transactions containing too large witness items

## 4.37.0
- Bundle BitBox02 firmware version v9.14.0
- Enable auto HiDPI scaling to correctly manage scale factor on high density screens
Expand Down
2 changes: 1 addition & 1 deletion frontends/android/BitBoxApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "ch.shiftcrypto.bitboxapp"
minSdkVersion 21
targetSdkVersion 33
versionCode 43
versionCode 44
versionName "android-4.38.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit c652d29

Please sign in to comment.