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 {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
// Replace snapshots by releases for releases !
|
// 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 {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 4129
|
versionCode 4200
|
||||||
versionName "${project.version}"
|
versionName "${project.version}"
|
||||||
applicationId getPackageName()
|
applicationId getPackageName()
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
Loading…
Reference in a new issue