New version 46.1.1 (needs baresip PR #1913)

This commit is contained in:
Juha Heinanen
2022-06-19 18:46:49 +03:00
parent d8943fae05
commit 7443031136
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode = 221 versionCode = 222
versionName = '46.1.0' versionName = '46.1.1'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1,2 @@
- Long touch on current account enables or disables account's registration
- Added possibility to nickname accounts