New version 88.1.3
This commit is contained in:
@ -13,8 +13,8 @@ configure<ApplicationExtension> {
|
|||||||
applicationId = "com.tutpro.baresip"
|
applicationId = "com.tutpro.baresip"
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 537
|
versionCode = 538
|
||||||
versionName = "88.1.2"
|
versionName = "88.1.3"
|
||||||
@Suppress("UnstableApiUsage")
|
@Suppress("UnstableApiUsage")
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
@ -30,9 +30,7 @@ configure<ApplicationExtension> {
|
|||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
ndk {
|
ndk { abiFilters.add("x86_64") }
|
||||||
abiFilters.add("x86_64")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
isMinifyEnabled = true
|
isMinifyEnabled = true
|
||||||
|
|||||||
7
fastlane/metadata/android/en-US/changelogs/538.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/538.txt
Normal file
@ -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)
|
||||||
Reference in New Issue
Block a user