Merge branch 'master' of git.linphone.org:linphone-android into cleaning
Conflicts: AndroidManifest.xml
This commit is contained in:
commit
6d38874a4b
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.linphone"
|
||||
android:versionCode="1103" android:versionName="1.1.3" android:installLocation="auto">
|
||||
android:versionCode="1104" android:versionName="1.1.4" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="3" />
|
||||
|
||||
|
||||
|
@ -143,6 +143,9 @@
|
|||
<uses-permission android:name="android.permission.VIBRATE"></uses-permission>
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> e7697429c4475fb5f6ddfb800d5bbce0d4c20865
|
||||
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true"/>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue