- New version 18.0.1 due to upstream increase in allowed maximum number of

account's audio codecs.
This commit is contained in:
Juha Heinanen
2020-04-23 08:58:06 +03:00
parent 0727eaafb6
commit fbcec5ec15

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 119
versionName = '18.0.0'
versionCode = 120
versionName = '18.0.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'