- Created new release 6.3.0.

This commit is contained in:
Juha Heinanen
2019-04-16 20:38:59 +03:00
parent 4899f31c6a
commit d98fd679f1
3 changed files with 5 additions and 3 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 51
versionName = '6.2.1'
versionCode = 52
versionName = '6.3.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Added Debug Config option to turn adb logcat debug on and off.
- Added possibility to export and import accounts to/from file in Download directory.