Fixed accounts activity crash when no accounts
This commit is contained in:
@ -11,8 +11,8 @@ android {
|
|||||||
applicationId = "com.tutpro.baresip"
|
applicationId = "com.tutpro.baresip"
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 420
|
versionCode = 421
|
||||||
versionName = "64.3.0"
|
versionName = "64.3.1"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags += "-DHAVE_INTTYPES_H -lstdc++"
|
cFlags += "-DHAVE_INTTYPES_H -lstdc++"
|
||||||
|
|||||||
4
fastlane/metadata/android/en-US/changelogs/64.3.1.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/64.3.1.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
- Fixed handling of DTMF backspace character
|
||||||
|
- Chat and contact related UI improvements
|
||||||
|
- Use background color also in system bars
|
||||||
|
- Fixed accounts activity crash when no accounts
|
||||||
Reference in New Issue
Block a user