diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 76afea38..5b9f521c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ configure { defaultConfig { applicationId = "com.tutpro.baresip" minSdk = 28 - versionCode = 494 - versionName = "78.1.3" + versionCode = 495 + versionName = "78.1.4" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { diff --git a/fastlane/metadata/android/en-US/changelogs/495.txt b/fastlane/metadata/android/en-US/changelogs/495.txt new file mode 100644 index 00000000..10433ba8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/495.txt @@ -0,0 +1,3 @@ +- Avoid crash if there is no write access to backup destination +- Conference call related bug fixes and improvements +- Fixed checking if another call is already active