diff --git a/app/build.gradle b/app/build.gradle index 9321f1c6..8a6df893 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 31 - versionCode = 182 - versionName = '35.2.0' + versionCode = 183 + versionName = '36.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/36.0.0.txt b/fastlane/metadata/android/en-US/changelogs/36.0.0.txt new file mode 100644 index 00000000..dccc428d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/36.0.0.txt @@ -0,0 +1,5 @@ +- Migrated baresip to API level 31 (Android 12) +- Improved available network detection +- Improved permission requests +- Removed account's Prefer IPv6 Media setting +- New Portuguese (Brazil) translations