- Upgraded versions
- Added new changelogs file - Removed some extra white space
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode = 52
|
versionCode = 53
|
||||||
versionName = '6.3.0'
|
versionName = '6.3.1'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
- Fixed and improved DTMF watcher implementation.
|
||||||
|
- Disabled editing of Incoming/Outgoing Call URI when call is in progress.
|
||||||
|
- Destroyed User Agent when account is deleted.
|
||||||
|
- Removed unused KILL_BACKGROUND_PROCESSES permission.
|
||||||
Reference in New Issue
Block a user