diff --git a/submodules/linphone b/submodules/linphone index 30f5b028b..a0b652090 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 30f5b028b4be6ac1dbdd23ab1b9fb004b6236aa2 +Subproject commit a0b6520903db9681af2d9832fd222d6469a4f20b diff --git a/tests/.classpath b/tests/.classpath index 01e79d6cf..a11770fd6 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -4,11 +4,11 @@ - + diff --git a/tests/src/org/linphone/test/PushNotificationTest.java b/tests/src/org/linphone/test/PushNotificationTest.java index 3685d8e67..aa725d1bd 100644 --- a/tests/src/org/linphone/test/PushNotificationTest.java +++ b/tests/src/org/linphone/test/PushNotificationTest.java @@ -25,7 +25,7 @@ import org.apache.http.params.HttpProtocolParams; import org.apache.http.protocol.HTTP; import org.linphone.LinphoneActivity; import org.linphone.R; -import org.linphone.core.Log; +import org.linphone.mediastream.Log; import android.content.SharedPreferences; import android.preference.PreferenceManager;