- New version 17.2.0.

This commit is contained in:
Juha Heinanen
2020-03-19 11:32:16 +02:00
parent 13617a5824
commit 30b1f21600
2 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 111
versionName = '17.1.0'
versionCode = 112
versionName = '17.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,5 @@
- Ask authentication password at baresip start if authentication
username is given in account configuration, but password is not.
- Initialize account's status dot to yellow, when Register is checked at
Account activity.
- Minor string improvements.