diff --git a/app/build.gradle b/app/build.gradle index 14280914..849eb3ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 65 - versionName = '8.1.0' + versionCode = 66 + versionName = '8.2.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/8.2.0.txt b/fastlane/metadata/android/en-US/changelogs/8.2.0.txt new file mode 100644 index 00000000..75ee30f8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.2.0.txt @@ -0,0 +1,3 @@ +- Improved content and appearance of About page. +- Always show currently active call (if any) when application is relaunched. +- Changed location of alert dialog OK button.