diff --git a/app/build.gradle b/app/build.gradle index d0117ede..ca9379de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 29 - versionCode = 145 - versionName = '24.2.0' + versionCode = 146 + versionName = '24.3.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/24.3.0.txt b/fastlane/metadata/android/en-US/changelogs/24.3.0.txt new file mode 100644 index 00000000..1fe94be4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/24.3.0.txt @@ -0,0 +1,3 @@ +- Show dialpad automatically only when device orientation is portrait +- Don't play call waiting sound when second call comes in +- Improved About text