New version 25.0.0

This commit is contained in:
Juha Heinanen
2021-01-01 18:46:46 +02:00
parent 3f7e48cf6f
commit 6186663953
2 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 147
versionName = '24.4.0'
versionCode = 148
versionName = '25.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Improved incoming call notification.
- Added missed call notification.