-Changelog
-Manifest version
This commit is contained in:
Erwan Croze 2017-02-27 17:16:41 +01:00
parent 310187deb0
commit 9b4479f373
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.linphone" package="org.linphone"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="3250" android:versionCode="3252"
android:versionName="3.2.5"> android:versionName="3.2.5">
<uses-sdk <uses-sdk

View file

@ -18,6 +18,7 @@ Group changes to describe their impact on the project, as follows:
### Changed ### Changed
- Migrate Linphone build from ANT to gradle - Migrate Linphone build from ANT to gradle
- No pause VOIP Call on incoming GSM call until we off hook this - No pause VOIP Call on incoming GSM call until we off hook this
- Subscription friends list enabled by default only for linphone domain
### Fixed ### Fixed
- Rotation after screen locking - Rotation after screen locking