New version 21.1.0

This commit is contained in:
Juha Heinanen
2020-09-01 13:56:24 +03:00
parent 2e87a8da57
commit 5a818054ea
2 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 135
versionName = '21.0.0'
versionCode = 136
versionName = '21.1.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,4 @@
- Added possibility to re-register selected account by swipe down gesture.
- Automatically focus and show soft keyboard when passwords or transfer
destination is asked.
- Various string related fixes.