mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Version bumped to 4.4.4
This commit is contained in:
parent
433373328b
commit
5c9b80ed04
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ static def firebaseEnabled() {
|
|||
}
|
||||
|
||||
task getGitVersion() {
|
||||
def gitVersion = "4.4.3"
|
||||
def gitVersion = "4.4.4"
|
||||
def gitVersionStream = new ByteArrayOutputStream()
|
||||
def gitCommitsCount = new ByteArrayOutputStream()
|
||||
def gitCommitHash = new ByteArrayOutputStream()
|
||||
|
|
@ -100,7 +100,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
versionCode 4403
|
||||
versionCode 4404
|
||||
versionName "${project.version}"
|
||||
applicationId getPackageName()
|
||||
multiDexEnabled true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue