Add manifest for linphone-android SDK.
This commit is contained in:
parent
506d1a2f8b
commit
5f6419de87
1 changed files with 11 additions and 0 deletions
11
AndroidManifestSdk.xml
Executable file
11
AndroidManifestSdk.xml
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest package="org.linphone"
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:installLocation="auto"
|
||||||
|
android:versionCode="3320"
|
||||||
|
android:versionName="3.3.2">
|
||||||
|
|
||||||
|
<uses-sdk
|
||||||
|
android:minSdkVersion="16"
|
||||||
|
android:targetSdkVersion="26"/>
|
||||||
|
</manifest>
|
Loading…
Reference in a new issue