- New version 18.2.0.

This commit is contained in:
Juha Heinanen
2020-05-22 09:03:32 +03:00
parent fe92f0ff95
commit 0bac97f0a7
2 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 124
versionName = '18.1.3'
versionCode = 125
versionName = '18.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1 @@
- Separated configuration of account's audio codecs to a new view.