- Upgraded versions

- Added new changelogs file
- Removed some extra white space
This commit is contained in:
Juha Heinanen
2019-04-19 13:20:54 +03:00
parent 85a23a19de
commit a917dd5624
3 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -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.