New version 72.0.0

This commit is contained in:
Juha Heinanen
2025-11-29 06:03:08 +02:00
parent 73bf2ada06
commit 1439d62c38
2 changed files with 6 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 458
versionName = "71.1.2"
versionCode = 459
versionName = "72.0.0"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"

View File

@ -0,0 +1,4 @@
- Replaced baresip launcher PNG image with vector drawable
- Replaced call, hangup, lock, camera front/back, and screenshot icons with Material Design icons
- Used outlined text field for DTMF digits
- Notification fixes and improvements