diff --git a/app/build.gradle b/app/build.gradle index b25c4c2a..3805a00d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 90 - versionName = '10.2.0' + versionCode = 91 + versionName = '10.3.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/10.3.0.txt b/fastlane/metadata/android/en-US/changelogs/10.3.0.txt new file mode 100644 index 00000000..02733757 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.3.0.txt @@ -0,0 +1,4 @@ +- Added Call History menu that allows deleting, disabling, and enabling + of account's call history. +- Added Spanish language strings (credits to Javier Falbo). +- Auto start of baresip is now default in new installations.