- New version 12.0.0.

This commit is contained in:
Juha Heinanen
2019-10-24 21:22:29 +03:00
parent df80541f45
commit db1318e517
2 changed files with 3 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 = 96 versionCode = 97
versionName = '11.3.0' versionName = '12.0.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1 @@
- Initial implementation of audio through Bluetooth headset.