mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-30 18:56:23 +00:00
Updated version name & code in build.gradle
This commit is contained in:
parent
11f2b68964
commit
803db048d7
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ if (crashlyticsEnabled()) {
|
||||||
|
|
||||||
def gitBranch = new ByteArrayOutputStream()
|
def gitBranch = new ByteArrayOutputStream()
|
||||||
task getGitVersion() {
|
task getGitVersion() {
|
||||||
def gitVersion = "5.0.0"
|
def gitVersion = "4.5.0"
|
||||||
def gitVersionStream = new ByteArrayOutputStream()
|
def gitVersionStream = new ByteArrayOutputStream()
|
||||||
def gitCommitsCount = new ByteArrayOutputStream()
|
def gitCommitsCount = new ByteArrayOutputStream()
|
||||||
def gitCommitHash = new ByteArrayOutputStream()
|
def gitCommitHash = new ByteArrayOutputStream()
|
||||||
|
|
@ -89,7 +89,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 4999
|
versionCode 4490
|
||||||
versionName "${project.version}"
|
versionName "${project.version}"
|
||||||
applicationId getPackageName()
|
applicationId getPackageName()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue