diff --git a/app/build.gradle b/app/build.gradle index d7f491de..9de4a00e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 29 - versionCode = 118 - versionName = '17.4.0' + versionCode = 119 + versionName = '18.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/18.0.0.txt b/fastlane/metadata/android/en-US/changelogs/18.0.0.txt new file mode 100644 index 00000000..e187cb03 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/18.0.0.txt @@ -0,0 +1,6 @@ +- Due to Android 10 restrictions, baresip cannot anymore be automatically + started after boot without a notification. +- Fixed restart of baresip on Android 10. +- Removed setting of ICE Lite Mode due to upstream removal. +- Added Brazilian Portuguese strings from Weblate. +- Small fixes in Spanish and Norwegian strings.