Merge remote-tracking branch 'origin/3.3.x'
This commit is contained in:
commit
34b91f5ae1
2 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
|||
<manifest package="org.linphone"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="3311"
|
||||
android:versionName="3.3.1">
|
||||
android:versionCode="3320"
|
||||
android:versionName="3.3.2">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="16"
|
||||
|
@ -359,4 +359,4 @@
|
|||
<activity android:name=".LinphoneGenericActivity">
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<manifest package="org.linphone.core"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="3311"
|
||||
android:versionName="3.3.1">
|
||||
android:versionCode="3320"
|
||||
android:versionName="3.3.2">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="16"
|
||||
|
|
Loading…
Reference in a new issue