New version 85.1.1
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 = 518
|
versionCode = 519
|
||||||
versionName = "85.1.0"
|
versionName = "85.1.1"
|
||||||
@Suppress("UnstableApiUsage")
|
@Suppress("UnstableApiUsage")
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
|||||||
7
fastlane/metadata/android/en-US/changelogs/519.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/519.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
- Improved detection if SIM card is available
|
||||||
|
- Do heavy startup operations in background thread to prevent UI hangs
|
||||||
|
- At resume to baresip, check if its default app roles have changed
|
||||||
|
- Allow default messaging role without being default calling app
|
||||||
|
- Show Battery Optimization setting only when baresip is not default calling or messaging app
|
||||||
|
- Removed support for old call history
|
||||||
|
- Fixed invalid "No network" warning in 85.1.0
|
||||||
Reference in New Issue
Block a user