Updated build.gradle
This commit is contained in:
parent
f4f59cbae6
commit
2faeabd57c
2 changed files with 1 additions and 9 deletions
|
@ -48,8 +48,8 @@ dependencies {
|
|||
compile 'com.google.firebase:firebase-messaging:11.+'
|
||||
} else {
|
||||
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()) {
|
||||
|
|
|
@ -237,7 +237,6 @@ public class LinphoneManager implements CoreListener, SensorEventListener, Accou
|
|||
private final String mRingSoundFile;
|
||||
private final String mCallLogDatabaseFile;
|
||||
private final String mFriendsDatabaseFile;
|
||||
private byte[] mUploadingImage;
|
||||
private Timer mTimer;
|
||||
private Map<String, Integer> mUnreadChatsPerRoom;
|
||||
|
||||
|
@ -502,13 +501,6 @@ public class LinphoneManager implements CoreListener, SensorEventListener, Accou
|
|||
String getDisplayedName();
|
||||
}
|
||||
|
||||
|
||||
public interface NewOutgoingCallUiListener {
|
||||
public void onWrongDestinationAddress();
|
||||
public void onCannotGetCallParameters();
|
||||
public void onAlreadyInCall();
|
||||
}
|
||||
|
||||
public void enableCamera(Call call, boolean enable) {
|
||||
if (call != null) {
|
||||
call.enableCamera(enable);
|
||||
|
|
Loading…
Reference in a new issue