Switched to releases maven repository + increased version code
This commit is contained in:
parent
1f850e58b4
commit
9dab31ee54
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ excludePackage.add('**/LICENSE.txt')
|
|||
repositories {
|
||||
maven {
|
||||
// Replace snapshots by releases for releases !
|
||||
url "https://linphone.org/snapshots/maven_repository"
|
||||
url "https://linphone.org/releases/maven_repository"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -89,7 +89,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 4129
|
||||
versionCode 4200
|
||||
versionName "${project.version}"
|
||||
applicationId getPackageName()
|
||||
multiDexEnabled true
|
||||
|
|
Loading…
Reference in a new issue