Skip to content

Commit e6cd61e

Browse files
committed
chore: version 2.2.0
Made-with: Cursor
1 parent d460517 commit e6cd61e

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.2.0] - 2026-04-07
11+
1012
### Fixed
1113
- Retouch Primary, Secondary, and Tertiary buttons styling #887
1214
- Avoid msat truncation when paying invoices and LNURL callbacks #879
@@ -42,4 +44,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4244
- About screen (content merged into Support) #857
4345
- Standalone General, Security, and Advanced settings screens (merged into tabs) #857
4446

45-
[Unreleased]: https://github.com/synonymdev/bitkit-android/compare/v2.1.2...HEAD
47+
[Unreleased]: https://github.com/synonymdev/bitkit-android/compare/v2.2.0...HEAD
48+
[2.2.0]: https://github.com/synonymdev/bitkit-android/compare/v2.1.2...v2.2.0

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ android {
5555
applicationId = "to.bitkit"
5656
minSdk = 28
5757
targetSdk = 36
58-
versionCode = 180
59-
versionName = "2.1.2"
58+
versionCode = 181
59+
versionName = "2.2.0"
6060
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
6161
vectorDrawables {
6262
useSupportLibrary = true

0 commit comments

Comments
 (0)