New version 85.1.0
This commit is contained in:
@ -13,8 +13,8 @@ configure<ApplicationExtension> {
|
||||
applicationId = "com.tutpro.baresip"
|
||||
minSdk = 28
|
||||
targetSdk = 36
|
||||
versionCode = 517
|
||||
versionName = "85.0.0"
|
||||
versionCode = 518
|
||||
versionName = "85.1.0"
|
||||
@Suppress("UnstableApiUsage")
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
|
||||
6
fastlane/metadata/android/en-US/changelogs/518.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/518.txt
Normal file
@ -0,0 +1,6 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user