diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c0a50cb5..5a22a6a4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ configure { applicationId = "com.tutpro.baresip" minSdk = 28 targetSdk = 36 - versionCode = 537 - versionName = "88.1.2" + versionCode = 538 + versionName = "88.1.3" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { @@ -30,9 +30,7 @@ configure { } buildTypes { debug { - ndk { - abiFilters.add("x86_64") - } + ndk { abiFilters.add("x86_64") } } release { isMinifyEnabled = true diff --git a/fastlane/metadata/android/en-US/changelogs/538.txt b/fastlane/metadata/android/en-US/changelogs/538.txt new file mode 100644 index 00000000..24349a16 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/538.txt @@ -0,0 +1,7 @@ +- Create Mobile account only if SIM is present +- Make sure that SIP user agent is allocated only once +- Added wss to account's transport protocols +- Improved About. Accounts, Outbound Proxies help texts +- Introduced new string mobile_service_not_available and corresponding alert +- Improved alert dialog +- New translations (several languages)