File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments