diff --git a/app/build.gradle b/app/build.gradle index 7059c7f1..358b9651 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 61 - versionName = '7.4.0' + versionCode = 62 + versionName = '8.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/8.0.0.txt b/fastlane/metadata/android/en-US/changelogs/8.0.0.txt new file mode 100644 index 00000000..91c1b599 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.0.0.txt @@ -0,0 +1,3 @@ +- Added support for G.722.1 audio codec. +- Added support for WebRTC based audio echo cancellation (excludes Opus codec). +- Minor call notification changes.