Version bumped, first release candidate
This commit is contained in:
parent
6f6de8279b
commit
8baee67785
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ project.tasks['preBuild'].dependsOn 'getGitVersion'
|
|||
repositories {
|
||||
maven {
|
||||
// Replace snapshots by releases for releases !
|
||||
url "https://linphone.org/snapshots/maven_repository"
|
||||
url "https://linphone.org/releases/maven_repository"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 4118
|
||||
versionCode 4119
|
||||
versionName "4.1"
|
||||
applicationId getPackageName()
|
||||
multiDexEnabled true
|
||||
|
|
Loading…
Reference in a new issue