- New version 10.1.0.

This commit is contained in:
Juha Heinanen
2019-09-26 12:44:56 +03:00
parent fb586a3837
commit 663a41be56
2 changed files with 4 additions and 2 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 = 88 versionCode = 89
versionName = '10.0.0' versionName = '10.1.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1,2 @@
- Added support for G722 codec.
- Fixed saving of accounts.