Changed URLs to point to hte new server download.linphone.org

This commit is contained in:
Peio Rigaux 2021-11-12 18:41:03 +01:00
parent ed911414d8
commit 35a110841c
2 changed files with 2 additions and 2 deletions

View file

@ -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"
} }

View file

@ -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