diff --git a/app/build.gradle b/app/build.gradle index a3dc0f2a..10bb0eb7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 93 - versionName = '11.0.0' + versionCode = 94 + versionName = '11.1.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/11.1.0.txt b/fastlane/metadata/android/en-US/changelogs/11.1.0.txt new file mode 100644 index 00000000..a2362a9e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.1.0.txt @@ -0,0 +1,6 @@ +- Added 'Bind Address' configuration variable that allows choosing which + network interface or IP address baresip is using. +- Always update status icon of accounts when resuming to main activity. +- Fixed crash when resuming to previously destroyed main activity. +- Correctly show active incoming call when resuming to main activity. +- Updated Spanish strings.