4.5.4 release

This commit is contained in:
Sylvain Berfini 2021-10-19 14:45:36 +02:00
parent 66d5011ada
commit 3577a6a9e5
2 changed files with 10 additions and 2 deletions

View file

@ -10,6 +10,14 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
## [4.5.4] - 2021-10-19
### Changed
- SDK updated to 5.0.38
### Fixed
- Side menu not showing the newly configured account until next start
## [4.5.3] - 2021-10-04
### Added

View file

@ -29,7 +29,7 @@ if (crashlyticsEnabled()) {
def gitBranch = new ByteArrayOutputStream()
task getGitVersion() {
def gitVersion = "4.5.3"
def gitVersion = "4.5.4"
def gitVersionStream = new ByteArrayOutputStream()
def gitCommitsCount = new ByteArrayOutputStream()
def gitCommitHash = new ByteArrayOutputStream()
@ -89,7 +89,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
versionCode 4530
versionCode 4540
versionName "${project.version}"
applicationId getPackageName()
}