Switch back to master branch for maven repository
This commit is contained in:
parent
a88fe1f8f2
commit
86b8fcd5e6
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ excludePackage.add('**/LICENSE.txt')
|
|||
repositories {
|
||||
maven {
|
||||
// Switch to release for releases !
|
||||
url "https://gitlab.linphone.org/BC/public/maven_repository/raw/tmp/lime_v2"
|
||||
url "https://gitlab.linphone.org/BC/public/maven_repository/raw/master"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ class AsyncContactsLoader extends AsyncTask<Void, Void, AsyncContactsLoader.Asyn
|
|||
}
|
||||
} else {
|
||||
if (friend.getRefKey() != null) {
|
||||
// Friend has a refkey and but no LinphoneContact => represents a
|
||||
// Friend has a refkey but no LinphoneContact => represents a
|
||||
// native contact stored in db from a previous version of Linphone,
|
||||
// remove it
|
||||
list.removeFriend(friend);
|
||||
|
|
Loading…
Reference in a new issue