mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Updated changelog & build number
This commit is contained in:
parent
f2d1b35db8
commit
8b1b81959e
2 changed files with 8 additions and 2 deletions
|
|
@ -10,6 +10,12 @@ 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.2.3] - 2020-03-03
|
||||
|
||||
### Changed
|
||||
- Fixed various crashes
|
||||
- Updated SDK to 4.3.3
|
||||
|
||||
## [4.2.2] - 2020-02-24
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ static def isLocalAarAvailable() {
|
|||
}
|
||||
|
||||
task getGitVersion() {
|
||||
def gitVersion = "4.2.2"
|
||||
def gitVersion = "4.2.3"
|
||||
def gitVersionStream = new ByteArrayOutputStream()
|
||||
def gitCommitsCount = new ByteArrayOutputStream()
|
||||
def gitCommitHash = new ByteArrayOutputStream()
|
||||
|
|
@ -92,7 +92,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 4217
|
||||
versionCode 4230
|
||||
versionName "${project.version}"
|
||||
applicationId getPackageName()
|
||||
multiDexEnabled true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue