diff --git a/app/build.gradle b/app/build.gradle index 4c79ade5..27b6113d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 69 - versionName = '8.3.2' + versionCode = 70 + versionName = '8.3.3' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/8.3.3.txt b/fastlane/metadata/android/en-US/changelogs/8.3.3.txt new file mode 100644 index 00000000..cca80880 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.3.3.txt @@ -0,0 +1,2 @@ +- Get DNS servers dynamically also when baresip is started the very first time. +- Avoid possible crash when getting account's audio codecs.