New version 30.0.1
This commit is contained in:
@ -7,8 +7,8 @@ android {
|
||||
applicationId = 'com.tutpro.baresip'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode = 164
|
||||
versionName = '30.0.0'
|
||||
versionCode = 165
|
||||
versionName = '30.0.1'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cFlags '-DHAVE_INTTYPES_H'
|
||||
|
||||
@ -175,7 +175,7 @@ static void ua_event_handler(struct ua *ua, enum ua_event ev,
|
||||
|
||||
struct player *player = baresip_player();
|
||||
|
||||
LOGD("ua event (%s) %s\n", uag_event_str(ev), prm);
|
||||
LOGD("ua (%s) event (%s) %s\n", account_aor(ua_account(ua)), uag_event_str(ev), prm);
|
||||
|
||||
switch (ev) {
|
||||
case UA_EVENT_REGISTERING:
|
||||
|
||||
1
fastlane/metadata/android/en-US/changelogs/30.0.1.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/30.0.1.txt
Normal file
@ -0,0 +1 @@
|
||||
- Upstream fix in selecting correct account for incoming call.
|
||||
Reference in New Issue
Block a user