Updated build.gradle

This commit is contained in:
Sylvain Berfini 2018-04-12 11:58:26 +02:00
parent f4f59cbae6
commit 2faeabd57c
2 changed files with 1 additions and 9 deletions

View file

@ -48,8 +48,8 @@ dependencies {
compile 'com.google.firebase:firebase-messaging:11.+' compile 'com.google.firebase:firebase-messaging:11.+'
} else { } else {
compile fileTree(include: 'gcm.jar', dir: 'libs') compile fileTree(include: 'gcm.jar', dir: 'libs')
compile 'com.android.support:support-v4:26.0.1'
} }
compile 'com.android.support:support-v4:26.0.1'
} }
if (firebaseEnable()) { if (firebaseEnable()) {

View file

@ -237,7 +237,6 @@ public class LinphoneManager implements CoreListener, SensorEventListener, Accou
private final String mRingSoundFile; private final String mRingSoundFile;
private final String mCallLogDatabaseFile; private final String mCallLogDatabaseFile;
private final String mFriendsDatabaseFile; private final String mFriendsDatabaseFile;
private byte[] mUploadingImage;
private Timer mTimer; private Timer mTimer;
private Map<String, Integer> mUnreadChatsPerRoom; private Map<String, Integer> mUnreadChatsPerRoom;
@ -502,13 +501,6 @@ public class LinphoneManager implements CoreListener, SensorEventListener, Accou
String getDisplayedName(); String getDisplayedName();
} }
public interface NewOutgoingCallUiListener {
public void onWrongDestinationAddress();
public void onCannotGetCallParameters();
public void onAlreadyInCall();
}
public void enableCamera(Call call, boolean enable) { public void enableCamera(Call call, boolean enable) {
if (call != null) { if (call != null) {
call.enableCamera(enable); call.enableCamera(enable);