Skip to content

Commit 4a804d4

Browse files
authored
Merge pull request #893 from synonymdev/release-2.2.0
chore: bump version 2.2.0
2 parents 4fe3125 + e6cd61e commit 4a804d4

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
@@ -43,4 +45,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4345
- About screen (content merged into Support) #857
4446
- Standalone General, Security, and Advanced settings screens (merged into tabs) #857
4547

46-
[Unreleased]: https://github.com/synonymdev/bitkit-android/compare/v2.1.2...HEAD
48+
[Unreleased]: https://github.com/synonymdev/bitkit-android/compare/v2.2.0...HEAD
49+
[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)