Changed URLs to point to hte new server download.linphone.org
This commit is contained in:
parent
ed911414d8
commit
35a110841c
2 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ repositories {
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
name "linphone.org maven repository"
|
name "linphone.org maven repository"
|
||||||
url "https://linphone.org/maven_repository"
|
url "https://download.linphone.org/maven_repository"
|
||||||
content {
|
content {
|
||||||
includeGroup "org.linphone"
|
includeGroup "org.linphone"
|
||||||
}
|
}
|
||||||
|
|
|
@ -480,7 +480,7 @@ class CorePreferences constructor(private val context: Context) {
|
||||||
get() = config.getString(
|
get() = config.getString(
|
||||||
"misc",
|
"misc",
|
||||||
"version_check_url_root",
|
"version_check_url_root",
|
||||||
"https://linphone.org/releases/android/RELEASE"
|
"https://download.linphone.org/releases/android/RELEASE"
|
||||||
)
|
)
|
||||||
|
|
||||||
val checkUpdateAvailableInterval: Int
|
val checkUpdateAvailableInterval: Int
|
||||||
|
|
Loading…
Reference in a new issue