New version 32.0.0

This commit is contained in:
Juha Heinanen
2021-07-10 17:11:50 +03:00
parent 348a970682
commit 64af3aac89
2 changed files with 4 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 30
versionCode = 172
versionName = '31.2.1'
versionCode = 173
versionName = '32.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Added button to turn microphone on/off during call
- Used horizontal scroll view for call control buttons