New version 30.0.1

This commit is contained in:
Juha Heinanen
2021-05-06 09:32:19 +03:00
parent f5471af124
commit e36310f187
3 changed files with 4 additions and 3 deletions

View File

@ -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'

View File

@ -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:

View File

@ -0,0 +1 @@
- Upstream fix in selecting correct account for incoming call.