diff --git a/app/build.gradle b/app/build.gradle index f70d50c7..d7f491de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 29 - versionCode = 117 - versionName = '17.3.1' + versionCode = 118 + versionName = '17.4.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/17.4.0.txt b/fastlane/metadata/android/en-US/changelogs/17.4.0.txt new file mode 100644 index 00000000..063f09f3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.4.0.txt @@ -0,0 +1,3 @@ +- Added support for Android 10 (API level 29). +- Improved asking of microphone permission when baresip is started the first time. +- Avoid crash if call button is touched without accounts.