linphone-android/AndroidManifestLibrary.xml
Erwan Croze 2ec524a62a Change sdk build
-exclude useless file
-fix problem when we use directly repo on other project
2017-06-02 10:01:39 +02:00

11 lines
360 B
XML
Executable file

<?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="3280"
android:versionName="3.2.8">
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="25"/>
</manifest>