- New version 10.3.0.

This commit is contained in:
Juha Heinanen
2019-09-30 20:53:44 +03:00
parent 2c5876fecc
commit a6c86b5243
2 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 90
versionName = '10.2.0'
versionCode = 91
versionName = '10.3.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,4 @@
- Added Call History menu that allows deleting, disabling, and enabling
of account's call history.
- Added Spanish language strings (credits to Javier Falbo).
- Auto start of baresip is now default in new installations.