New version 88.0.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 = 533
|
versionCode = 534
|
||||||
versionName = "88.0.0"
|
versionName = "88.0.1"
|
||||||
@Suppress("UnstableApiUsage")
|
@Suppress("UnstableApiUsage")
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
|||||||
6
fastlane/metadata/android/en-US/changelogs/534.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/534.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
- Improved contact mode selection in contacts screen menu
|
||||||
|
- Improved contacts screen search and new contact layout
|
||||||
|
- Match search string to contacts' TEL URIs also on main and chats screens
|
||||||
|
- Allow contact with name only
|
||||||
|
- Improved contact's edit layout
|
||||||
|
- Always show new incoming chat message last in the message list
|
||||||
Reference in New Issue
Block a user