Switch back to master branch for maven repository

This commit is contained in:
Sylvain Berfini 2018-12-14 10:08:44 +01:00
parent a88fe1f8f2
commit 86b8fcd5e6
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ excludePackage.add('**/LICENSE.txt')
repositories { repositories {
maven { maven {
// Switch to release for releases ! // 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"
} }
} }

View file

@ -111,7 +111,7 @@ class AsyncContactsLoader extends AsyncTask<Void, Void, AsyncContactsLoader.Asyn
} }
} else { } else {
if (friend.getRefKey() != null) { 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, // native contact stored in db from a previous version of Linphone,
// remove it // remove it
list.removeFriend(friend); list.removeFriend(friend);