- 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
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode = 111 versionCode = 112
versionName = '17.1.0' versionName = '17.2.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -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.