New version 71.0.0

This commit is contained in:
Juha Heinanen
2025-10-22 10:15:42 +03:00
parent b5fe458175
commit 06afa10de9
2 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 452
versionName = "70.0.1"
versionCode = 453
versionName = "71.0.0"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"

View File

@ -0,0 +1 @@
- Use Material3 color theme everywhere