Commit 31121a8d authored by Sylvain Berfini's avatar Sylvain Berfini
Browse files

Updated linphone with Android Service & push notification feature + updated...

Updated linphone with Android Service & push notification feature + updated AAR Manifest & gradle accordingly
parent b26554f3
Showing with 9 additions and 1 deletion
+9 -1
......@@ -2,4 +2,11 @@
<manifest package="org.linphone.core"
xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
</manifest>
......@@ -32,6 +32,7 @@ apply plugin: 'maven-publish'
dependencies {
implementation 'org.apache.commons:commons-compress:1.16.1'
javadocDeps 'org.apache.commons:commons-compress:1.16.1'
compileOnly 'com.google.firebase:firebase-messaging:17.5.0'
}
static def isGeneratedJavaWrapperAvailable() {
......
linphone @ 3190883f
Subproject commit 9bc9717b1ea38e9f7044b78f326a6ca8c8ac8438
Subproject commit 3190883fc2517e2b949a79864dd6c9f74fa9cd11
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment