diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3c3886ac..8129951d 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 = 433 - versionName = "66.1.5" + versionCode = 434 + versionName = "66.1.6" externalNativeBuild { cmake { cFlags += "-DHAVE_INTTYPES_H -lstdc++" diff --git a/fastlane/metadata/android/en-US/changelogs/66.1.6.txt b/fastlane/metadata/android/en-US/changelogs/66.1.6.txt new file mode 100644 index 00000000..078228f0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/66.1.6.txt @@ -0,0 +1,2 @@ +- Apply volume keys to ringtone volume when call is coming in and to in-call volume during call +- Use toasts for no network and no hw aec notices