Update AndroidManifest
This commit is contained in:
parent
6e287d9ee2
commit
5f58eba193
2 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
android:targetSdkVersion="23"/>
|
||||
android:targetSdkVersion="25"/>
|
||||
|
||||
<!-- Permissions for Push Notification -->
|
||||
<!-- <uses-permission android:name="org.linphone.permission.C2D_MESSAGE"/> GCM permission -->
|
||||
|
@ -65,7 +65,6 @@
|
|||
android:xlargeScreens="true"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:largeHeap="true">
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<manifest package="org.linphone"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="3253"
|
||||
android:versionName="3.2.5">
|
||||
android:versionCode="3260"
|
||||
android:versionName="3.2.6">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
android:targetSdkVersion="23"/>
|
||||
android:targetSdkVersion="25"/>
|
||||
</manifest>
|
Loading…
Reference in a new issue