New version 26.1.1

This commit is contained in:
Juha Heinanen
2021-01-21 17:35:05 +02:00
parent 789bfb4431
commit 9b6ca80715
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 = 151
versionName = '26.1.0'
versionCode = 152
versionName = '26.1.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Fixed handling of call action when baresip app is not running.