New version 37.1.0

This commit is contained in:
Juha Heinanen
2021-12-21 14:39:56 +02:00
parent 67c7e5b7bf
commit 52847d7553
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode = 190 versionCode = 191
versionName = '37.0.1' versionName = '37.1.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1,5 @@
- Added average bit rate, jitter, packet count, and packet lost count data to call info
- Use accent color pause icon to indicate that user has put the call on hold
- Inform user when the other party has put the call on hold
- Minor soft input related improvements
- New Portuguese (Brazil) translations