Updated version name & code
This commit is contained in:
parent
66b5f2a046
commit
a2767496ff
2 changed files with 4 additions and 7 deletions
|
@ -10,13 +10,10 @@ 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.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
-
|
||||
## [4.2.1] - 2020-01-13
|
||||
|
||||
### Changed
|
||||
-
|
||||
- Fixed various issues
|
||||
|
||||
## [4.2.0] - 2019-12-09
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ static def isLocalAarAvailable() {
|
|||
}
|
||||
|
||||
task getGitVersion() {
|
||||
def gitVersion = "4.2"
|
||||
def gitVersion = "4.2.1"
|
||||
def gitVersionStream = new ByteArrayOutputStream()
|
||||
def gitCommitsCount = new ByteArrayOutputStream()
|
||||
def gitCommitHash = new ByteArrayOutputStream()
|
||||
|
@ -92,7 +92,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 4213
|
||||
versionCode 4214
|
||||
versionName "${project.version}"
|
||||
applicationId getPackageName()
|
||||
multiDexEnabled true
|
||||
|
|
Loading…
Reference in a new issue