- New version 18.0.0.

This commit is contained in:
Juha Heinanen
2020-04-22 09:10:59 +03:00
parent b55800a34d
commit aeea251d2d
2 changed files with 8 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 118
versionName = '17.4.0'
versionCode = 119
versionName = '18.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,6 @@
- Due to Android 10 restrictions, baresip cannot anymore be automatically
started after boot without a notification.
- Fixed restart of baresip on Android 10.
- Removed setting of ICE Lite Mode due to upstream removal.
- Added Brazilian Portuguese strings from Weblate.
- Small fixes in Spanish and Norwegian strings.