diff --git a/app/build.gradle b/app/build.gradle index 5f70f98f..4727aab2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 113 - versionName = '17.2.1' + versionCode = 114 + versionName = '17.2.2' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/17.2.2.txt b/fastlane/metadata/android/en-US/changelogs/17.2.2.txt new file mode 100644 index 00000000..91aca056 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.2.2.txt @@ -0,0 +1,2 @@ +- Do not subscribe to message waiting indication when account is created + and voicemail URI is not set.