New version 71.1.2

This commit is contained in:
Juha Heinanen
2025-11-20 09:49:26 +02:00
parent be79e05487
commit a7bbd9e5ff
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -0,0 +1,3 @@
- Replaced most drawables with Material Design icons
- Avoided possible memory leak in chronometer
- New translations (Chinese)