Skip to content

Commit

Permalink
Increment version to 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
domegabri authored and luca vaccaro committed Jun 17, 2022
1 parent e625a3a commit 1d09c65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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/).

## [3.8.4] - 2022-06-17
### Changed
- Update GDK to 0.0.54.post1

### Fixed
- Fix balances after bumping transaction fees

## [3.8.3] - 2022-06-09
### Added
- SPV for Bitcoin multisig shield wallets
Expand Down
6 changes: 3 additions & 3 deletions green/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 31
versionCode 383
versionName "3.8.3"
versionCode 384
versionName "3.8.4"
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)

// Export schemas
Expand Down Expand Up @@ -299,4 +299,4 @@ static def appendGdkCommitHash(Boolean enableGitSubmodule) {

task verifyDependencies(type: GradleBuild) {
tasks = ['lintDevelopmentRelease', 'assembleProductionRelease']
}
}

0 comments on commit 1d09c65

Please sign in to comment.