New version 30.1.0

This commit is contained in:
Juha Heinanen
2021-05-10 10:06:11 +03:00
parent f0a900af8b
commit 1855af7bb7
2 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 30
versionCode = 165
versionName = '30.0.1'
versionCode = 166
versionName = '30.1.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1 @@
- Password dialog and account password entry improvements.