Update version + fix for x86 Android < 5 devices
This commit is contained in:
parent
4216fdb58e
commit
4ff3e4e8e1
2 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@
|
|||
<manifest package="org.linphone"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="3265"
|
||||
android:versionName="3.2.6">
|
||||
android:versionCode="3270"
|
||||
android:versionName="3.2.7">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
android:minSdkVersion="16"
|
||||
android:targetSdkVersion="23"/>
|
||||
|
||||
<!-- Permissions for Push Notification -->
|
||||
|
|
2
submodules/externals/libvpx
vendored
2
submodules/externals/libvpx
vendored
|
@ -1 +1 @@
|
|||
Subproject commit bdd0ae104378fc5435cbe6b03d7ae201848838d9
|
||||
Subproject commit 22aa947d577adbdd9cbfa7bb92da599254bcfb8f
|
Loading…
Reference in a new issue