- New version 8.2.0.

This commit is contained in:
Juha Heinanen
2019-05-28 11:12:47 +03:00
parent df37987e48
commit 692ac3d08c
2 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 65
versionName = '8.1.0'
versionCode = 66
versionName = '8.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Improved content and appearance of About page.
- Always show currently active call (if any) when application is relaunched.
- Changed location of alert dialog OK button.