Skip to content

Commit

Permalink
Increment to version 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
angelix committed Jan 28, 2025
1 parent 93c694e commit c06d9ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [4.1.3] - 2024-01-09
## [4.1.4] - 2025-01-28

### Changed
- Support Improvements
- Various bug fixes

### Fixed
- Fix amounts in tx list not releaved after clicking eye icon

## [4.1.3] - 2025-01-09

### Changed
- Update dependencies
- Various bug fixes

## [4.1.2] - 2024-01-03
## [4.1.2] - 2025-01-03

### Added
- Bump GDK to version 0.74.2
Expand Down
4 changes: 2 additions & 2 deletions green/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
defaultConfig {
minSdk = libs.versions.androidMinSdk.get().toInt()
targetSdk = libs.versions.androidTargetSdk.get().toInt()
versionCode = 442
versionName = "4.1.3"
versionCode = 443
versionName = "4.1.4"

setProperty("archivesBaseName", "BlockstreamGreen-v$versionName")
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
Expand Down

0 comments on commit c06d9ce

Please sign in to comment.