diff --git a/app/build.gradle b/app/build.gradle index 97d23621..14280914 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 64 - versionName = '8.0.2' + versionCode = 65 + versionName = '8.1.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/8.1.0.txt b/fastlane/metadata/android/en-US/changelogs/8.1.0.txt new file mode 100644 index 00000000..5bb9ee45 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.1.0.txt @@ -0,0 +1,4 @@ +- Obtain DNS server addresses dynamically from the system if DNS Servers + are not given in Configuration. +- If there is only one account, append account's domain to contact URI + given without hostpart.