Minor full description edit

This commit is contained in:
Juha Heinanen
2025-06-10 13:19:59 +03:00
parent 84c640cb52
commit f360e4b8c6
2 changed files with 3 additions and 4 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 35
versionCode = 437
versionName = "67.0.1"
versionCode = 438
versionName = "67.0.2"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"

View File

@ -4,7 +4,6 @@ Currently baresip app supports voice calls, text messages, voicemail Message Wai
Development of baresip app is motivated by need for a secure, open source SIP based VoIP User Agent for Android that does not depend on proprietary, third party push notification services.
If you need video calling and have a device with Android version 9 or
newer that supports Camera2 API at hardware Support Level LEVEL3 or FULL, you can instead of this application install its sister application baresip+.
If you need video calling and have a device with Android version 9 or newer that supports Camera2 API at hardware Support Level LEVEL3 or FULL, you can instead of this application install its sister application baresip+.
Source code is available at <a href="https://github.com/juha-h/baresip-studio">GitHub</a>, where also issues can be reported.