diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8b1e9a32..38d0b9cd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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++" diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 5d54dc6d..f4152aa4 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -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 GitHub, where also issues can be reported.