New version 20.0.1.

This commit is contained in:
Juha Heinanen
2020-07-14 15:17:29 +03:00
parent ff65e6f6cd
commit 55ed3b161b
2 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 130
versionName = '20.0.0'
versionCode = 131
versionName = '20.0.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Fixed returning to Audio Activity after pause.
- Fixed adding of audio modules in Audio settings.