Updated version name & code

This commit is contained in:
Sylvain Berfini 2019-12-27 13:02:49 +01:00
parent 66b5f2a046
commit a2767496ff
2 changed files with 4 additions and 7 deletions

View file

@ -10,13 +10,10 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes. Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities. Security to invite users to upgrade in case of vulnerabilities.
## [Unreleased] ## [4.2.1] - 2020-01-13
### Added
-
### Changed ### Changed
- - Fixed various issues
## [4.2.0] - 2019-12-09 ## [4.2.0] - 2019-12-09

View file

@ -24,7 +24,7 @@ static def isLocalAarAvailable() {
} }
task getGitVersion() { task getGitVersion() {
def gitVersion = "4.2" def gitVersion = "4.2.1"
def gitVersionStream = new ByteArrayOutputStream() def gitVersionStream = new ByteArrayOutputStream()
def gitCommitsCount = new ByteArrayOutputStream() def gitCommitsCount = new ByteArrayOutputStream()
def gitCommitHash = new ByteArrayOutputStream() def gitCommitHash = new ByteArrayOutputStream()
@ -92,7 +92,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 4213 versionCode 4214
versionName "${project.version}" versionName "${project.version}"
applicationId getPackageName() applicationId getPackageName()
multiDexEnabled true multiDexEnabled true