- New version 12.1.0.

This commit is contained in:
Juha Heinanen
2019-11-01 17:31:06 +02:00
parent 8a15a5a283
commit 51cf281316
2 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 97
versionName = '12.0.0'
versionCode = 98
versionName = '12.1.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Allow port number in account's Address of Record (AoR).
- Fixed checking if account already exists.
- Updated NO and BG strings.