diff --git a/app/build.gradle b/app/build.gradle index 42240dcf..1211ee82 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 32 - versionCode = 217 - versionName = '45.1.2' + versionCode = 218 + versionName = '46.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/46.0.0.txt b/fastlane/metadata/android/en-US/changelogs/46.0.0.txt new file mode 100644 index 00000000..f30e3bce --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/46.0.0.txt @@ -0,0 +1,5 @@ +- Added possibility to turn on/off account's registration via + broadcast intents (see Wiki for details) +- Upstream addition of DNS query caching +- Upstream fix of ICE candidate priorities +- Increased Android target API level to 32 (Android 12L)